From d0a7f9a57d734ce99da262fdf7dd206351fa8ac3 Mon Sep 17 00:00:00 2001 From: "lapayo94@gmail.com" Date: Sun, 25 Dec 2011 13:44:22 +0000 Subject: Code improvements Fixed authentication (Can be activated now) Added MersenneTwister.h Thanks to mtilden ( http://forum.mc-server.org/showthread.php?tid=183&pid=1428#pid1428 and http://forum.mc-server.org/showthread.php?tid=183&pid=1418#pid1418 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@106 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWindow.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source/cWindow.h') diff --git a/source/cWindow.h b/source/cWindow.h index 888a11b98..d2726d171 100644 --- a/source/cWindow.h +++ b/source/cWindow.h @@ -17,6 +17,15 @@ public: int GetWindowID() { return m_WindowID; } void SetWindowID( int a_WindowID ) { m_WindowID = a_WindowID; } + + static enum WindowType { + Chest, + Workbench, + Furnace, + Dispenser, + Enchantment, + Brewery + }; int GetWindowType() { return m_WindowType; } void SetWindowType( int a_WindowType ) { m_WindowType = a_WindowType; } -- cgit v1.2.3