ref: 804836b5a78086c89ac32bdab8e9884418c8b62f
dir: /view.h/
extern float v_blend[4]; extern cvar_t lcd_x; extern cvar_t v_scale; void V_Init (void); void V_RenderView (void); float V_CalcRoll (vec3_t angles, vec3_t velocity); void V_UpdatePalette (void); void V_NewMap(void);