瀏覽代碼

Attempt to fix msvs build 1

nordsoft 2 年之前
父節點
當前提交
6fc3bb6690
共有 3 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      lib/rewardable/Info.cpp
  2. 0 1
      lib/rewardable/Interface.cpp
  3. 1 0
      lib/rewardable/Limiter.cpp

+ 0 - 1
lib/rewardable/Info.cpp

@@ -23,7 +23,6 @@
 #include "../CGeneralTextHandler.h"
 #include "../JsonNode.h"
 #include "../IGameCallback.h"
-#include "../CPlayerState.h"
 
 VCMI_LIB_NAMESPACE_BEGIN
 

+ 0 - 1
lib/rewardable/Interface.cpp

@@ -18,7 +18,6 @@
 #include "../spells/ISpellMechanics.h"
 #include "../mapObjects/MiscObjects.h"
 #include "../IGameCallback.h"
-#include "../CPlayerState.h"
 
 VCMI_LIB_NAMESPACE_BEGIN
 

+ 1 - 0
lib/rewardable/Limiter.cpp

@@ -11,6 +11,7 @@
 #include "StdInc.h"
 #include "Limiter.h"
 #include "../IGameCallback.h"
+#include "../CGameStateFwd.h"
 #include "../CPlayerState.h"
 
 VCMI_LIB_NAMESPACE_BEGIN