From bc466f07a454271d4845a7e8c7f0822541c5afbd Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 20 Sep 2012 13:25:54 +0000 Subject: Refactored windows. As described on the forum: http://forum.mc-server.org/showthread.php?tid=561 For now, only basic clicking works; shift-click not implemented yet. git-svn-id: http://mc-server.googlecode.com/svn/trunk@867 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cCreativeInventory.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 source/cCreativeInventory.h (limited to 'source/cCreativeInventory.h') 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; -} ; - - - - -- cgit v1.2.3