summaryrefslogtreecommitdiffstats
path: root/source/Root.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-11 20:16:41 +0200
committermadmaxoft <github@xoft.cz>2013-08-11 20:16:41 +0200
commit4c5590636cf4a311f03e735878557b1e7b3362dd (patch)
treecc74a43b0ab34481a7d972ed35beb20008bd390b /source/Root.h
parentRemoved cServer::m_pState, dissolved into direct member variables. (diff)
downloadcuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.gz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.bz2
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.lz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.xz
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.tar.zst
cuberite-4c5590636cf4a311f03e735878557b1e7b3362dd.zip
Diffstat (limited to 'source/Root.h')
-rw-r--r--source/Root.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/Root.h b/source/Root.h
index 1e2befcd4..262c9b0e5 100644
--- a/source/Root.h
+++ b/source/Root.h
@@ -85,9 +85,10 @@ public:
/// Called by cAuthenticator to auth the specified user
void AuthenticateUser(int a_ClientID);
-
- void TickWorlds(float a_Dt);
+ /// Executes commands queued in the command queue
+ void TickCommands(void);
+
/// Returns the number of chunks loaded
int GetTotalChunkCount(void); // tolua_export