From 840f9b8678f607aecc15d47bc77248c4ac8b8574 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Feb 2008 00:54:30 +0000 Subject: tweaked console client status with timer and fps core connect/disconnect --- src/client/video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/video.h') diff --git a/src/client/video.h b/src/client/video.h index 6da89f3..edf7823 100644 --- a/src/client/video.h +++ b/src/client/video.h @@ -17,8 +17,8 @@ public: void init(); /// shutdown the video subsystem void shutdown(); - /// Update the screen state and redraw - void draw(float elapsed); + /// draw the next client video frame + void frame(float seconds); /// reset and clear the viewport void reset(); -- cgit v1.2.3