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/view.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/client/view.h') diff --git a/src/client/view.h b/src/client/view.h index 92965ce..06d139d 100644 --- a/src/client/view.h +++ b/src/client/view.h @@ -18,8 +18,8 @@ public: /// shutdown the view void shutdown(); - /// update the chronometer and draw the game view - void draw(float elapsed); + /// draw the next frame + void frame(float seconds); /// reset the projection matrix void reset(); @@ -42,6 +42,12 @@ protected: /// draw the background void draw_background(float elapsed); + + /// draw the loader screen + void draw_loader(); + + /// draw the status bar + void draw_status(); }; } // namespace client -- cgit v1.2.3