mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 15:41:16 +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
|