shithub: qk1

ref: 9d7854adca6f7c7bd9f83173e3ac4b0842b2aca1
dir: /view.h/

View raw version
extern	cvar_t		v_gamma;

extern	byte		ramps[3][256];
extern float v_blend[4];

extern cvar_t lcd_x;

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);