[BUG] No compila en MacOS
This commit is contained in:
4
ascii.h
4
ascii.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user