mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 09:47:58 +03:00
8 lines
No EOL
194 B
C++
8 lines
No EOL
194 B
C++
#include "math.h"
|
|
|
|
// fix "improperly terminated macro invocation"
|
|
// fix "expression must have integral or unscoped enum type"
|
|
short ANGLE(short ang)
|
|
{
|
|
return short((ang * 65536.0) / 360.0);
|
|
} |