]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - screen.h
added a #define DIRECTINPUT_VERSION to hush warnings and make it work on dinput3...
[xonotic/darkplaces.git] / screen.h
index cc1c26c1636cc2243979d6148563318ef274f868..b479bc45396cb01ed8fecd9c5bc7e546d701dab9 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -28,15 +28,10 @@ void SCR_CenterPrint(char *str);
 
 void SCR_BeginLoadingPlaque (void);
 
-extern float scr_con_current;
-extern float scr_conlines; // lines of console to display
+extern float scr_con_current; // current height of displayed console
 
 extern int sb_lines;
 
-extern int clearnotify; // set to 0 whenever notify text is drawn
-extern qboolean        scr_disabled_for_loading;
-extern qboolean        scr_skipupdate;
-
 extern cvar_t scr_viewsize;
 extern cvar_t scr_fov;
 extern cvar_t showfps;