X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=screen.h;h=2627d18d0d951b1234cc8c9bb4d27f388a2f4da9;hb=388cc64944f02555b34ad4b4fc2f376080e96150;hp=86b9e10bfc2cc59d43a19455d1e932da3e0ac355;hpb=0256e57e16a302ad45090618b8d6eb5930788809;p=xonotic%2Fdarkplaces.git diff --git a/screen.h b/screen.h index 86b9e10b..2627d18d 100644 --- 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,11 @@ extern cvar_t showfps; extern cvar_t crosshair; extern cvar_t crosshair_size; +extern cvar_t crosshair_static; + +extern cvar_t scr_conspeed; +extern cvar_t scr_conalpha; +extern cvar_t scr_conbrightness; #endif