Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-11 16:51:21 +0000
committerStijn Buys <ingar@osirion.org>2009-01-11 16:51:21 +0000
commit01a803bec48b1377d2714bce819fb2544eeeb44b (patch)
tree915a70eb23ea4f15f0a1293b2bdf5e594a10578a /src/client/video.h
parent20e8e4c0fb1262a25c2491679da4587d264208a2 (diff)
initial loader frame
Diffstat (limited to 'src/client/video.h')
-rw-r--r--src/client/video.h6
1 files changed, 6 insertions, 0 deletions
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();