diff options
Diffstat (limited to 'source/Root.h')
-rw-r--r-- | source/Root.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Root.h b/source/Root.h index 3c7dfc19b..482cc3d25 100644 --- a/source/Root.h +++ b/source/Root.h @@ -50,6 +50,9 @@ public: /// Logs chunkstats for each world and totals void LogChunkStats(void); + int GetPrimaryServerVersion(void) const { return m_PrimaryServerVersion; } // tolua_export + void SetPrimaryServerVersion(int a_Version) { m_PrimaryServerVersion = a_Version; } // tolua_export + cMonsterConfig * GetMonsterConfig() { return m_MonsterConfig; } cGroupManager * GetGroupManager (void) { return m_GroupManager; } // tolua_export |