Browse Source

Compile fix - why would lib headers be dependent on IDE?

DjWarmonger 13 năm trước cách đây
mục cha
commit
d5aed7c0c7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lib/CGameState.h

+ 2 - 2
lib/CGameState.h

@@ -2,11 +2,11 @@
 
 
 
-#ifndef _MSC_VER
+//#ifndef _MSC_VER
 #include "CCreatureHandler.h"
 #include "VCMI_Lib.h"
 #include "Map/CMap.h"
-#endif
+//#endif
 
 #include "HeroBonus.h"
 #include "CCreatureSet.h"