mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
8 lines
131 B
C
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_
|