]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - screen.h
a nice improvement to the loading plaque: displaying the name of what's being loaded
[xonotic/darkplaces.git] / screen.h
index 5feeed446261456f563dfdf88b0f65d66222e689..db78cbe50a8a4b8d7eced6b7ed017cb7d7d21c5b 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -28,6 +28,13 @@ void SCR_CenterPrint(const char *str);
 
 void SCR_BeginLoadingPlaque (void);
 
+// invoke refresh of loading plaque (nothing else seen)
+void SCR_UpdateLoadingScreen(qboolean clear);
+
+// pushes an item on the loading screen
+void SCR_PushLoadingScreen (const char *msg, float len_in_parent);
+void SCR_PopLoadingScreen ();
+
 extern float scr_con_current; // current height of displayed console
 
 extern int sb_lines;