X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=screen.h;h=2627d18d0d951b1234cc8c9bb4d27f388a2f4da9;hb=f0759ed4221a432267e456d6862000cd55775504;hp=252b120c0519b8f66e8eb56df416c0de7e0b0a68;hpb=069527b0cff9d91784bba159329e01b0b94df752;p=xonotic%2Fdarkplaces.git diff --git a/screen.h b/screen.h index 252b120c..2627d18d 100644 --- a/screen.h +++ b/screen.h @@ -19,12 +19,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // screen.h +#ifndef SCREEN_H +#define SCREEN_H + void CL_Screen_Init (void); 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 @@ -40,3 +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 +