diff options
author | madmaxoft <github@xoft.cz> | 2014-10-01 17:28:45 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-10-01 17:28:45 +0200 |
commit | 4789db5c28cca53078387711011f0d3901d6a364 (patch) | |
tree | 2d2f25e581716df5a8d9e55f7eae757318847b03 /src | |
parent | cPlayer: Removed useless functions from the Lua API. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/Root.h | 5 |
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(); |