2
0
Эх сурвалжийг харах

CPathfinder: don't include RegisterTypes

ArseniyShestakov 10 жил өмнө
parent
commit
c4ea0c7ff2
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      lib/CPathfinder.cpp

+ 2 - 1
lib/CPathfinder.cpp

@@ -3,7 +3,8 @@
 
 #include "CHeroHandler.h"
 #include "mapping/CMap.h"
-#include "registerTypes/RegisterTypes.h"
+#include "CGameState.h"
+#include "mapObjects/CGHeroInstance.h"
 #include "GameConstants.h"
 #include "CStopWatch.h"