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