mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fixes
This commit is contained in:
@@ -7,10 +7,10 @@
|
|||||||
* Full text of license available in license.txt file, in main folder
|
* Full text of license available in license.txt file, in main folder
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "../windows/CWindowObject.h"
|
#include "../windows/CWindowObject.h"
|
||||||
#include "CWindowWithArtifacts.h"
|
#include "CWindowWithArtifacts.h"
|
||||||
|
|
||||||
class CCallback;
|
class CCallback;
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,7 @@
|
|||||||
* Full text of license available in license.txt file, in main folder
|
* Full text of license available in license.txt file, in main folder
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#ifndef IMAGEVIEWER_H
|
#pragma once
|
||||||
#define IMAGEVIEWER_H
|
|
||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
|
|
||||||
@@ -38,5 +37,3 @@ protected:
|
|||||||
private:
|
private:
|
||||||
Ui::ImageViewer * ui;
|
Ui::ImageViewer * ui;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // IMAGEVIEWER_H
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "StdInc.h"
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
namespace Load
|
namespace Load
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
* Full text of license available in license.txt file, in main folder
|
* Full text of license available in license.txt file, in main folder
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "../GameConstants.h"
|
#include "../GameConstants.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user