summaryrefslogtreecommitdiffstats
path: root/source/cSurvivalInventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cSurvivalInventory.h')
-rw-r--r--source/cSurvivalInventory.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/cSurvivalInventory.h b/source/cSurvivalInventory.h
index 270f18dcd..6c527f1d2 100644
--- a/source/cSurvivalInventory.h
+++ b/source/cSurvivalInventory.h
@@ -1,7 +1,12 @@
+
#pragma once
#include "cInventory.h"
+
+
+
+
class cSurvivalInventory //tolua_export
: public cInventory
{ //tolua_export
@@ -11,3 +16,7 @@ public:
virtual void Clicked( cPacket* a_ClickPacket );
}; //tolua_export
+
+
+
+