From 01a803bec48b1377d2714bce819fb2544eeeb44b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 11 Jan 2009 16:51:21 +0000 Subject: initial loader frame --- src/client/video.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/video.h') diff --git a/src/client/video.h b/src/client/video.h index d085f03..80762ae 100644 --- a/src/client/video.h +++ b/src/client/video.h @@ -32,6 +32,12 @@ namespace video /// draw the next client video frame void frame(float elapsed); + /// draw the loader screen + void frame_loading(const char *message); + + /// update the loader screen + void loader_message(const char *message); + /// set the window caption void set_caption(); -- cgit v1.2.3