]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Inventory.h
added forwarding headers
[l2e.git] / src / common / Inventory.h
index 2443078c708389bf72fc004d150b4a85fea53ce6..f60b9abecb49e71817e5c3fe7a4b74fe3d011f3d 100644 (file)
@@ -8,12 +8,12 @@
 #ifndef COMMON_INVENTORY_H_
 #define COMMON_INVENTORY_H_
 
+#include "fwd.h"
+
 #include <SDL.h>
 
 namespace common {
 
-class Item;
-
 class Inventory {
 
 public: