Files
ac-decomp/include/cmath.h
T
2025-01-18 07:09:37 -05:00

8 lines
131 B
C

#ifndef _DOLPHIN_CMATH_H_
#define _DOLPHIN_CMATH_H_
float powf(float x, float y);
float tanf(float);
#endif // _DOLPHIN_CMATH_H_