X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FItem.h;h=afd802ea838c9b964dc80fc0ceb202d7638723fa;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=2fbcbba2648892aa552936f76ffb21df37d12d39;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/common/Item.h b/src/common/Item.h index 2fbcbba..afd802e 100644 --- a/src/common/Item.h +++ b/src/common/Item.h @@ -1,10 +1,16 @@ #ifndef COMMON_ITEM_H_ #define COMMON_ITEM_H_ -#include "fwd.h" +namespace common { + class Ikari; +} +namespace graphics { + class Animation; + class Sprite; +} + #include "Hero.h" #include "TargetingMode.h" -#include "../graphics/fwd.h" #include @@ -124,4 +130,4 @@ private: } -#endif /* COMMON_ITEM_H_ */ +#endif