shithub: qk1

ref: f97a929a9e3a8f454d99b20e095c6e22306467e9
dir: qk1/view.h

View raw version
extern	cvar_t		v_gamma;

extern	byte		gammatable[256];	// palette is sent through this
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);