shithub: qk1

ref: 0667b932941239bd7a561e4ff17e1f1307ab9acb
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);