X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=cl_screen.h;h=faf906b2fb1af62855eb3ece8a78afde992bba39;hb=refs%2Fheads%2Fdiv0-stable;hp=8cb32d440d5afd1de03ce9ae524219994332e05c;hpb=9e1d33272ad9edfbb960dd226017c20264872108;p=xonotic%2Fdarkplaces.git diff --git a/cl_screen.h b/cl_screen.h index 8cb32d44..faf906b2 100644 --- a/cl_screen.h +++ b/cl_screen.h @@ -5,19 +5,23 @@ 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_gamma; +extern cvar_t scr_screenshot_png; +extern cvar_t scr_screenshot_gammaboost; extern cvar_t scr_screenshot_name; void CL_Screen_NewMap(void); 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