summaryrefslogtreecommitdiffstats
path: root/source/cInventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cInventory.h')
-rw-r--r--source/cInventory.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/source/cInventory.h b/source/cInventory.h
index 8d4b13fcb..b7e91195b 100644
--- a/source/cInventory.h
+++ b/source/cInventory.h
@@ -1,6 +1,6 @@
+
#pragma once
-#include "MemoryLeak.h"
#include "cWindowOwner.h"
#include "FileDefine.h"
@@ -14,6 +14,11 @@ class cClientHandle;
class cPlayer;
class cPacket;
class cPacket_EntityEquipment;
+
+
+
+
+
class cInventory //tolua_export
: public cWindowOwner
{ //tolua_export
@@ -71,3 +76,7 @@ protected:
cPlayer* m_Owner;
}; //tolua_export
+
+
+
+