]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Item.h
added hero status tags in party menu
[l2e.git] / src / common / Item.h
index 1af15f3de365fc289d5e74a62ac14b0908b63b94..279235572768662e820ea60b3fd15533f31a099a 100644 (file)
@@ -8,22 +8,20 @@
 #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:
+       static const int TYPE_ID = 303;
+
 public:
        Item();