Evgeny Malygin 1 년 전
부모
커밋
ee42527ee1
4개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. 3 3
      client/widgets/CExchangeController.h
  2. 1 4
      launcher/modManager/imageviewer_moc.h
  3. 1 0
      lib/LoadProgress.h
  4. 1 1
      lib/battle/PossiblePlayerBattleAction.h

+ 3 - 3
client/widgets/CExchangeController.h

@@ -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;
 

+ 1 - 4
launcher/modManager/imageviewer_moc.h

@@ -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

+ 1 - 0
lib/LoadProgress.h

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

+ 1 - 1
lib/battle/PossiblePlayerBattleAction.h

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