summaryrefslogtreecommitdiffstats
path: root/source/cCreativeInventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cCreativeInventory.h')
-rw-r--r--source/cCreativeInventory.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/source/cCreativeInventory.h b/source/cCreativeInventory.h
deleted file mode 100644
index 469f0ecd6..000000000
--- a/source/cCreativeInventory.h
+++ /dev/null
@@ -1,22 +0,0 @@
-
-#pragma once
-
-#include "cInventory.h"
-
-
-
-
-
-class cCreativeInventory
- : public cInventory
-{
-public:
- cCreativeInventory(cPlayer * a_Owner);
- ~cCreativeInventory();
-
- virtual void Clicked(short a_SlotNum, bool a_IsRightClick, bool a_IsShiftPressed, const cItem & a_HeldItem) override;
-} ;
-
-
-
-