diff options
author | Mattes D <github@xoft.cz> | 2014-07-20 01:46:04 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-07-20 01:46:04 +0200 |
commit | 0e608b284480f9f4fe175f901080308136e9abc3 (patch) | |
tree | d4a1de7b55cfca5d80f9b0c8fce0e34192d0d9b3 /src/Root.h | |
parent | Monsters: Made IsUndead overridable by the respective mob classes (diff) | |
parent | main.cpp: field style fixes (diff) | |
download | cuberite-0e608b284480f9f4fe175f901080308136e9abc3.tar cuberite-0e608b284480f9f4fe175f901080308136e9abc3.tar.gz cuberite-0e608b284480f9f4fe175f901080308136e9abc3.tar.bz2 cuberite-0e608b284480f9f4fe175f901080308136e9abc3.tar.lz cuberite-0e608b284480f9f4fe175f901080308136e9abc3.tar.xz cuberite-0e608b284480f9f4fe175f901080308136e9abc3.tar.zst cuberite-0e608b284480f9f4fe175f901080308136e9abc3.zip |
Diffstat (limited to 'src/Root.h')
-rw-r--r-- | src/Root.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Root.h b/src/Root.h index acd3e9754..08aafe3c9 100644 --- a/src/Root.h +++ b/src/Root.h @@ -40,6 +40,8 @@ namespace Json class cRoot { public: + static bool m_TerminateEventRaised; + static cRoot * Get() { return s_Root; } // tolua_end |