ref: 6aaee9a37654f87eb52375d0b2bca5f26cd8139a
dir: /qw/view.h/
extern cvar_t v_gamma; extern cvar_t lcd_x; #ifdef GLQUAKE extern float v_blend[4]; #endif void V_Init (void); void V_RenderView (void); float V_CalcRoll (vec3_t angles, vec3_t velocity); void V_UpdatePalette (void);