]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
Fix the menu for missing data, it needs to use CACHEPICFLAG_FAILONMISSING or the...
[xonotic/darkplaces.git] / cl_screen.h
index 9083ee313968237096b7ec68cb0dacc2f423b914..faf906b2fb1af62855eb3ece8a78afde992bba39 100644 (file)
@@ -5,13 +5,13 @@
 void SHOWLMP_decodehide(void);
 void SHOWLMP_decodeshow(void);
 void SHOWLMP_drawall(void);
-void SHOWLMP_clear(void);
 
 extern cvar_t vid_conwidth;
 extern cvar_t vid_conheight;
 extern cvar_t vid_pixelheight;
 extern cvar_t scr_screenshot_jpeg;
 extern cvar_t scr_screenshot_jpeg_quality;
+extern cvar_t scr_screenshot_png;
 extern cvar_t scr_screenshot_gammaboost;
 extern cvar_t scr_screenshot_name;
 
@@ -20,5 +20,8 @@ void CL_Screen_Init(void);
 void CL_Screen_Shutdown(void);
 void CL_UpdateScreen(void);
 
+qboolean R_Stereo_Active(void);
+qboolean R_Stereo_ColorMasking(void);
+
 #endif