From a185c11f2397c0296a4b62cc266b4fa00a63c1e2 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 14 May 2008 21:07:10 +0000 Subject: console, camera & interpolation --- src/core/gameinterface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core/gameinterface.h') 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 -- cgit v1.2.3