1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-21 17:17:06 +02:00
This commit is contained in:
Evgeny Malygin 2024-03-29 12:28:14 +02:00 committed by GitHub
parent 25125f96da
commit ee42527ee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 8 deletions

View File

@ -7,10 +7,10 @@
* Full text of license available in license.txt file, in main folder
*
*/
#pragma once
#pragma once
#include "../windows/CWindowObject.h"
#include "CWindowWithArtifacts.h"
#include "../windows/CWindowObject.h"
#include "CWindowWithArtifacts.h"
class CCallback;

View File

@ -7,8 +7,7 @@
* Full text of license available in license.txt file, in main folder
*
*/
#ifndef IMAGEVIEWER_H
#define IMAGEVIEWER_H
#pragma once
#include <QDialog>
@ -38,5 +37,3 @@ protected:
private:
Ui::ImageViewer * ui;
};
#endif // IMAGEVIEWER_H

View File

@ -10,6 +10,7 @@
#pragma once
#include "StdInc.h"
#include <atomic>
namespace Load

View File

@ -7,7 +7,7 @@
* Full text of license available in license.txt file, in main folder
*
*/
#pragma once
#pragma once
#include "../GameConstants.h"