]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - cl_screen.h
fixed support of progs.dat files with important global and field names removed, such...
[xonotic/darkplaces.git] / cl_screen.h
1
2 #ifndef CL_SCREEN_H
3 #define CL_SCREEN_H
4
5 void SHOWLMP_decodehide(void);
6 void SHOWLMP_decodeshow(void);
7 void SHOWLMP_drawall(void);
8 void SHOWLMP_clear(void);
9
10 extern cvar_t vid_conwidth;
11 extern cvar_t vid_conheight;
12 extern cvar_t vid_pixelheight;
13 extern cvar_t scr_screenshot_jpeg;
14 extern cvar_t scr_screenshot_jpeg_quality;
15 extern cvar_t scr_screenshot_gammaboost;
16 extern cvar_t scr_screenshot_name;
17
18 void CL_Screen_NewMap(void);
19 void CL_Screen_Init(void);
20 void CL_UpdateScreen(void);
21
22 #endif
23