]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Item.h
removed useless comments
[l2e.git] / src / common / Item.h
index df361fe97cdec1a80038bbc1046bc1a74a51aeb4..afd802ea838c9b964dc80fc0ceb202d7638723fa 100644 (file)
@@ -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 <SDL.h>
 
@@ -131,4 +130,4 @@ private:
 
 }
 
-#endif /* COMMON_ITEM_H_ */
+#endif