Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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();