summaryrefslogtreecommitdiff
path: root/include/pso/TPlyInventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pso/TPlyInventory.h')
-rw-r--r--include/pso/TPlyInventory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/pso/TPlyInventory.h b/include/pso/TPlyInventory.h
index 6143a06..6cfb7ec 100644
--- a/include/pso/TPlyInventory.h
+++ b/include/pso/TPlyInventory.h
@@ -7,7 +7,7 @@
#include <pso/TArray.h>
struct TItemData {
- TItemData();
+ void init();
void bswap();
TItemData &assign(const TItemData &src);
@@ -26,8 +26,7 @@ struct TItemData {
class TPlyInventoryItem {
public:
- TPlyInventoryItem() {};
-
+ void init();
void bswap();
TPlyInventoryItem &assign(const TPlyInventoryItem &src);