]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Inventory.h
removed useless comments
[l2e.git] / src / common / Inventory.h
index e7c569605999170b924f1fc4ad53cd5b62d73717..bca2ba82bb3a41a77c8abf9c96a8884c9fcc09a1 100644 (file)
@@ -1,14 +1,9 @@
-/*
- * Inventory.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #ifndef COMMON_INVENTORY_H_
 #define COMMON_INVENTORY_H_
 
-#include "fwd.h"
+namespace common {
+       class Item;
+}
 
 #include <SDL.h>
 
@@ -59,4 +54,4 @@ private:
 
 }
 
-#endif /* COMMON_INVENTORY_H_ */
+#endif