]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - screen.h
DOS line endings
[xonotic/darkplaces.git] / screen.h
index 86b9e10bfc2cc59d43a19455d1e932da3e0ac355..4e5357bc54f6a0083c95cde642d222dfb5ba799f 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -27,7 +27,6 @@ void CL_UpdateScreen (void);
 void SCR_CenterPrint (char *str);
 
 void SCR_BeginLoadingPlaque (void);
-void SCR_EndLoadingPlaque (void);
 
 extern float scr_con_current;
 extern float scr_conlines; // lines of console to display
@@ -43,6 +42,7 @@ extern cvar_t showfps;
 
 extern cvar_t crosshair;
 extern cvar_t crosshair_size;
+extern cvar_t crosshair_static;
 
 #endif