summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-10-01 17:28:45 +0200
committermadmaxoft <github@xoft.cz>2014-10-01 17:28:45 +0200
commit4789db5c28cca53078387711011f0d3901d6a364 (patch)
tree2d2f25e581716df5a8d9e55f7eae757318847b03
parentcPlayer: Removed useless functions from the Lua API. (diff)
downloadcuberite-4789db5c28cca53078387711011f0d3901d6a364.tar
cuberite-4789db5c28cca53078387711011f0d3901d6a364.tar.gz
cuberite-4789db5c28cca53078387711011f0d3901d6a364.tar.bz2
cuberite-4789db5c28cca53078387711011f0d3901d6a364.tar.lz
cuberite-4789db5c28cca53078387711011f0d3901d6a364.tar.xz
cuberite-4789db5c28cca53078387711011f0d3901d6a364.tar.zst
cuberite-4789db5c28cca53078387711011f0d3901d6a364.zip
-rw-r--r--src/Root.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Root.h b/src/Root.h
index 23ed81989..84c6a98ec 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -41,11 +41,12 @@ namespace Json
class cRoot
{
public:
- static bool m_TerminateEventRaised;
-
static cRoot * Get() { return s_Root; }
// tolua_end
+ static bool m_TerminateEventRaised;
+
+
cRoot(void);
~cRoot();