ew-engine/hq engine src/vertexlights.h

9 lines
192 B
C

extern byte anorm_pitch[162];
extern byte anorm_yaw[162];
extern byte vlighttable[256][256];
float VLight_LerpLight(int index1, int index2, float ilerp, float apitch, float ayaw);