summaryrefslogtreecommitdiffstats
path: root/source/cSurvivalInventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cSurvivalInventory.h')
-rw-r--r--source/cSurvivalInventory.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/cSurvivalInventory.h b/source/cSurvivalInventory.h
new file mode 100644
index 000000000..525387b08
--- /dev/null
+++ b/source/cSurvivalInventory.h
@@ -0,0 +1,14 @@
+#pragma once
+
+#include "cInventory.h"
+
+class cSurvivalInventory //tolua_export
+ : public cInventory
+ , public cWindowOwner
+{ //tolua_export
+public:
+ cSurvivalInventory(cPlayer* a_Owner);
+ ~cSurvivalInventory();
+
+ virtual void Clicked( cPacket* a_ClickPacket );
+}; //tolua_export