summaryrefslogtreecommitdiffstats
path: root/source/cPlayer.h
diff options
context:
space:
mode:
authorlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-25 15:03:01 +0100
committerlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-25 15:03:01 +0100
commit62737fd1632abd232e7e0ff00a19456bb28a4a37 (patch)
tree7bf91facfdbd586ff5c144eaf1ac6160b2965002 /source/cPlayer.h
parentCode improvements (diff)
downloadcuberite-62737fd1632abd232e7e0ff00a19456bb28a4a37.tar
cuberite-62737fd1632abd232e7e0ff00a19456bb28a4a37.tar.gz
cuberite-62737fd1632abd232e7e0ff00a19456bb28a4a37.tar.bz2
cuberite-62737fd1632abd232e7e0ff00a19456bb28a4a37.tar.lz
cuberite-62737fd1632abd232e7e0ff00a19456bb28a4a37.tar.xz
cuberite-62737fd1632abd232e7e0ff00a19456bb28a4a37.tar.zst
cuberite-62737fd1632abd232e7e0ff00a19456bb28a4a37.zip
Diffstat (limited to '')
-rw-r--r--source/cPlayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h
index 195120fcd..c8bd6c473 100644
--- a/source/cPlayer.h
+++ b/source/cPlayer.h
@@ -46,7 +46,7 @@ public:
cWindow* GetWindow() { return m_CurrentWindow; }
void OpenWindow( cWindow* a_Window );
- void CloseWindow();
+ void CloseWindow(char wID);
cClientHandle* GetClientHandle() { return m_ClientHandle; } //tolua_export
void SetClientHandle( cClientHandle* a_Client ) { m_ClientHandle = a_Client; }