X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FItem.h;h=afd802ea838c9b964dc80fc0ceb202d7638723fa;hb=7b3710c47f24e64e0d01378a4564730bcb2f6ef2;hp=df361fe97cdec1a80038bbc1046bc1a74a51aeb4;hpb=350055a7ff27c74882aff8a4d6af2014782f830b;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