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-12 18:38:48 +0000
committerStijn Buys <ingar@osirion.org>2009-01-12 18:38:48 +0000
commitc55945a1e81f5e49ef706cb3d0d37f17dbb84709 (patch)
treea050721b95b8c11134b6d373474382653c6fe063 /src/client/video.h
parent01a803bec48b1377d2714bce819fb2544eeeb44b (diff)
Improved loader message
Diffstat (limited to 'src/client/video.h')
-rw-r--r--src/client/video.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/client/video.h b/src/client/video.h
index 80762ae..3ba3ad2 100644
--- a/src/client/video.h
+++ b/src/client/video.h
@@ -33,10 +33,13 @@ namespace video
void frame(float elapsed);
/// draw the loader screen
- void frame_loading(const char *message);
+ void frame_loader();
- /// update the loader screen
- void loader_message(const char *message);
+ /// update the loader screen message
+ void set_loader_message(const std::string message);
+
+ /// update the loader screen message
+ void set_loader_message(const char *message);
/// set the window caption
void set_caption();