summaryrefslogtreecommitdiffstats
path: root/source/cCreativeInventory.h
diff options
context:
space:
mode:
authorlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-01 05:55:17 +0100
committerlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-01 05:55:17 +0100
commitd7068b35a85f0c0248a5533240087747d02e1a17 (patch)
tree7d40a34bdda09c0fbccc9e8052043709cfd88d7b /source/cCreativeInventory.h
parentChests, furnaces and dispensers face the correct way now. (diff)
downloadcuberite-d7068b35a85f0c0248a5533240087747d02e1a17.tar
cuberite-d7068b35a85f0c0248a5533240087747d02e1a17.tar.gz
cuberite-d7068b35a85f0c0248a5533240087747d02e1a17.tar.bz2
cuberite-d7068b35a85f0c0248a5533240087747d02e1a17.tar.lz
cuberite-d7068b35a85f0c0248a5533240087747d02e1a17.tar.xz
cuberite-d7068b35a85f0c0248a5533240087747d02e1a17.tar.zst
cuberite-d7068b35a85f0c0248a5533240087747d02e1a17.zip
Diffstat (limited to 'source/cCreativeInventory.h')
-rw-r--r--source/cCreativeInventory.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/cCreativeInventory.h b/source/cCreativeInventory.h
new file mode 100644
index 000000000..996136a27
--- /dev/null
+++ b/source/cCreativeInventory.h
@@ -0,0 +1,13 @@
+#pragma once
+
+#include "cInventory.h"
+
+class cCreativeInventory //tolua_export
+ : public cInventory
+{ //tolua_export
+public:
+ cCreativeInventory(cPlayer* a_Owner);
+ ~cCreativeInventory();
+
+ virtual void Clicked( cPacket* a_ClickPacket );
+}; //tolua_export