mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-16 15:41:16 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
11 lines
180 B
C
11 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
|