1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-04-13 11:40:38 +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;