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