diff options
Diffstat (limited to 'source/cRoot.h')
-rw-r--r-- | source/cRoot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cRoot.h b/source/cRoot.h index 3179d72b0..be5480e9e 100644 --- a/source/cRoot.h +++ b/source/cRoot.h @@ -51,6 +51,8 @@ public: void TickWorlds( float a_Dt );
+ int GetTotalChunkCount(void); // tolua_export
+
private:
void LoadWorlds();
|