]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Item.h
added forwarding headers
[l2e.git] / src / common / Item.h
index ffa50e32f116ff09d61c3e0da3d8cb0077970588..eb60891636e9cb22acd87d5867b372d17afc0db8 100644 (file)
@@ -8,20 +8,15 @@
 #ifndef COMMON_ITEM_H_
 #define COMMON_ITEM_H_
 
+#include "fwd.h"
 #include "HeroGroup.h"
 #include "TargetingMode.h"
+#include "../graphics/fwd.h"
 
 #include <SDL.h>
 
-namespace graphics {
-       class Animation;
-       class Sprite;
-}
-
 namespace common {
 
-class Ikari;
-
 class Item {
 
 public:
@@ -89,6 +84,7 @@ public:
        void SetAttackAnimation(graphics::Animation *a) { attackAnimation = a; }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        enum Equipable {