shithub: qk1

ref: b478d66c58707eb392d7132ab3106a2c1b2cacfd
dir: /view.h/

View raw version
extern cvar_t v_scale;

void V_Init(void);
void V_RenderView(void);
void V_ParseDamage (void);
float V_CalcRoll(vec3_t angles, vec3_t velocity);
void V_StartPitchDrift (cmd_t *c);
void V_StopPitchDrift (void);
void V_SetContentsColor (int contents);
void V_ApplyShifts(void);
void V_NewMap(void);