Переглянути джерело

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

DjWarmonger 13 роки тому
батько
коміт
d5aed7c0c7
1 змінених файлів з 2 додано та 2 видалено
  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"