summaryrefslogtreecommitdiffstats
path: root/source/cRoot.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cRoot.h')
-rw-r--r--source/cRoot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cRoot.h b/source/cRoot.h
index fc12d876c..9a8520642 100644
--- a/source/cRoot.h
+++ b/source/cRoot.h
@@ -44,6 +44,9 @@ public:
/// Calls the callback for each world; returns true if the callback didn't abort (return true)
bool ForEachWorld(cWorldListCallback & a_Callback); // >> Exported in ManualBindings <<
+ /// Logs chunkstats for each world and totals
+ void LogChunkStats(void);
+
cMonsterConfig * GetMonsterConfig() { return m_MonsterConfig; }
cGroupManager * GetGroupManager (void) { return m_GroupManager; } // tolua_export