Match more of musyx

This commit is contained in:
gamemasterplc 2024-02-19 22:06:24 -06:00
parent 932202edc5
commit b699b48c3f
3 changed files with 13 additions and 10 deletions

View file

@ -36,6 +36,7 @@ double asin(double x);
double atan2(double y, double x);
double fmod(double x, double y);
double log(double x);
double pow(double x, double y);
float tanf(float x);
float sinf(float x);
float cosf(float x);