X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FInventory.h;h=bca2ba82bb3a41a77c8abf9c96a8884c9fcc09a1;hb=f6548c2aabfb371bd81382d7800e6e2cdb826e06;hp=e7c569605999170b924f1fc4ad53cd5b62d73717;hpb=ee953c3847abc32c3e369672b7c35424f061765c;p=l2e.git diff --git a/src/common/Inventory.h b/src/common/Inventory.h index e7c5696..bca2ba8 100644 --- a/src/common/Inventory.h +++ b/src/common/Inventory.h @@ -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 @@ -59,4 +54,4 @@ private: } -#endif /* COMMON_INVENTORY_H_ */ +#endif