summaryrefslogtreecommitdiffstats
path: root/src/Entities/Player.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-06-10 21:30:07 +0200
committerMattes D <github@xoft.cz>2016-06-27 20:51:50 +0200
commitfb4c3fc4d9325c28b8640f0e717e5e320334a7c6 (patch)
treeb1d7eef0cb2311acc421eb5e2abae68139e9b250 /src/Entities/Player.h
parentRemoved the cPluginLua::cResettable class. (diff)
downloadcuberite-fb4c3fc4d9325c28b8640f0e717e5e320334a7c6.tar
cuberite-fb4c3fc4d9325c28b8640f0e717e5e320334a7c6.tar.gz
cuberite-fb4c3fc4d9325c28b8640f0e717e5e320334a7c6.tar.bz2
cuberite-fb4c3fc4d9325c28b8640f0e717e5e320334a7c6.tar.lz
cuberite-fb4c3fc4d9325c28b8640f0e717e5e320334a7c6.tar.xz
cuberite-fb4c3fc4d9325c28b8640f0e717e5e320334a7c6.tar.zst
cuberite-fb4c3fc4d9325c28b8640f0e717e5e320334a7c6.zip
Diffstat (limited to 'src/Entities/Player.h')
-rw-r--r--src/Entities/Player.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h
index 2f1e892dc..f6e9da45e 100644
--- a/src/Entities/Player.h
+++ b/src/Entities/Player.h
@@ -224,11 +224,11 @@ public:
cWindow * GetWindow(void) { return m_CurrentWindow; } // tolua_export
const cWindow * GetWindow(void) const { return m_CurrentWindow; }
- /** Opens the specified window; closes the current one first using CloseWindow() */
- void OpenWindow(cWindow * a_Window); // Exported in ManualBindings.cpp
-
// tolua_begin
+ /** Opens the specified window; closes the current one first using CloseWindow() */
+ void OpenWindow(cWindow * a_Window);
+
/** Closes the current window, resets current window to m_InventoryWindow. A plugin may refuse the closing if a_CanRefuse is true */
void CloseWindow(bool a_CanRefuse = true);