mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
12 lines
180 B
C
12 lines
180 B
C
|
|
||
|
#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
|