diff options
Diffstat (limited to 'source/cRoot.h')
-rw-r--r-- | source/cRoot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cRoot.h b/source/cRoot.h index 702768b0e..3f65305db 100644 --- a/source/cRoot.h +++ b/source/cRoot.h @@ -56,6 +56,7 @@ public: void TickWorlds( float a_Dt );
+ /// Returns the number of chunks loaded
int GetTotalChunkCount(void); // tolua_export
/// Saves all chunks in all worlds
|