1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Removed unneeded predeclaration of CGHeroInstance.

This commit is contained in:
red1939
2009-12-08 13:06:00 +00:00
parent 39ad6b0270
commit 03fb725b1f

View File

@@ -21,7 +21,6 @@ using namespace boost::logic;
class CCallback;
class ICallback;
class CGlobalAI;
class CGHeroInstance;
class Component;
class CSelectableComponent;
struct TryMoveHero;