raze/source/exhumed/src/trigdat.h

12 lines
180 B
C
Raw Normal View History

#ifndef __trigdat_h__
#define __trigdat_h__
#define kAngleMask 0x7FF
int GetMyAngle(int x, int y);
int AngleDiff(short a, short b);
int AngleDelta(int a, int b, int c);
#endif