diff options
Diffstat (limited to 'src/core/gameinterface.h')
-rw-r--r-- | src/core/gameinterface.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/gameinterface.h b/src/core/gameinterface.h index 0edcb1b..19c6886 100644 --- a/src/core/gameinterface.h +++ b/src/core/gameinterface.h @@ -52,11 +52,13 @@ public: void clear(); /// reset the client state - void reset_clientstate(float servertime); + void reset_clientstate(float timestamp, float prevtimestamp); /// update the client state timers void update_clientstate(float seconds); + void update_entity_clientstate(Entity *entity); + /*----- virtual mutators ------------------------------------------ */ /// run one game time frame |