mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 11:07:42 +00:00
@@ -92,6 +92,7 @@ float floorf(float x) { return floor(x); }
|
||||
|
||||
double fabs(double x);
|
||||
double pow(double x, double y);
|
||||
float powf(float __x, float __y) { return pow(__x, __y); }
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#pragma cplusplus on
|
||||
|
||||
Reference in New Issue
Block a user