X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FItem.h;h=bacdfb090614f37956062327d27a1e75f58a25c7;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=df361fe97cdec1a80038bbc1046bc1a74a51aeb4;hpb=590f468d34edb704de415d05d51f087da106a547;p=l2e.git diff --git a/src/common/Item.h b/src/common/Item.h index df361fe..bacdfb0 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