From 1a28393dabf4f4696bf433ddde52e7a25253c955 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Oct 2008 16:34:15 +0000 Subject: various user interface related updates --- src/client/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 6e19848..67fba13 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -56,11 +56,13 @@ public: protected: /// run a client frame - virtual void frame(float seconds); + virtual void frame(unsigned long timestamp); private: View *client_view; Console *client_console; + + unsigned long previous_timestamp; }; -- cgit v1.2.3