]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
open client sockets before video starts, so that the Windows Firewall
[xonotic/darkplaces.git] / cl_screen.h
index 8cb32d440d5afd1de03ce9ae524219994332e05c..b5f62e72367d83f1fb3aa9b4b82a62b14edb3269 100644 (file)
@@ -5,18 +5,18 @@
 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_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);
 
 #endif