]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - screen.h
... forgot to add the files, I'm too used to git now :P
[xonotic/darkplaces.git] / screen.h
index 4a3330190d9394110d0072c835749b242c681eb0..2e42b72fda917c8c8be5c50598c2b7164de35012 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -30,7 +30,7 @@ void SCR_BeginLoadingPlaque (void);
 
 // invoke refresh of loading plaque (nothing else seen)
 void SCR_UpdateLoadingScreen(qboolean clear);
-void SCR_UpdateLoadingScreenIfShown();
+void SCR_UpdateLoadingScreenIfShown(void);
 
 // pushes an item on the loading screen
 void SCR_PushLoadingScreen (qboolean redraw, const char *msg, float len_in_parent);