summaryrefslogtreecommitdiff
path: root/src/game-server/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/state.h')
-rw-r--r--src/game-server/state.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game-server/state.h b/src/game-server/state.h
index ba87a767..34eb8814 100644
--- a/src/game-server/state.h
+++ b/src/game-server/state.h
@@ -34,7 +34,9 @@ namespace GameState
/**
* Updates game state (contains core server logic).
*/
- void update(int worldTime);
+ void update(int tick);
+
+ int getCurrentTick();
/**
* Inserts an entity in the game world.