X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FItem.h;h=afd802ea838c9b964dc80fc0ceb202d7638723fa;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=df361fe97cdec1a80038bbc1046bc1a74a51aeb4;hpb=590f468d34edb704de415d05d51f087da106a547;p=l2e.git diff --git a/src/common/Item.h b/src/common/Item.h index df361fe..afd802e 100644 --- a/src/common/Item.h +++ b/src/common/Item.h @@ -1,17 +1,16 @@ -/* - * Item.h - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #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 @@ -131,4 +130,4 @@ private: } -#endif /* COMMON_ITEM_H_ */ +#endif