Matched m449Dll

This commit is contained in:
dbalatoni13 2025-01-02 22:16:47 +01:00
parent de74939495
commit 9a079616c9
4 changed files with 2272 additions and 176 deletions

View file

@ -29,6 +29,7 @@ typedef struct vec2f {
#define sind(x) sin(M_PI*(x)/180.0)
#define cosd(x) cos(M_PI*(x)/180.0)
#define asind(x) (180.0*(asinf((x)) / M_PI))
#define atan2d(y, x) (180.0*(atan2((y), (x)) / M_PI))
#endif