[BUG] No compila en MacOS

This commit is contained in:
2021-12-04 14:21:46 +01:00
parent 7552136845
commit 8f06ad8dab
2 changed files with 6 additions and 2 deletions

View File

@@ -135,13 +135,15 @@ int time();
float flr(float x);
float sgn(float x);
#ifndef __LINUX__
#ifdef __LINUX__
#ifdef __APPLE__
float ceil(float x);
float sin(float x);
float cos(float x);
float atan2(float dx, float dy);
float sqrt(float x);
#endif
#endif
float max(float x, float y);
float mid(float x, float y, float z);