Even more DolphinCGraphics

Former-commit-id: dd8dd94f36
This commit is contained in:
2022-12-01 00:58:57 -05:00
parent 95ea39c9cc
commit 6b27aee58d
26 changed files with 413 additions and 65 deletions

View File

@@ -72,6 +72,7 @@ double sin(double x);
double cos(double x);
double atan(double x);
double atan2(double y, double x);
double tan(double x);
_MATH_INLINE float fabsf(float x) { return (float)fabs((double)x); }
_MATH_INLINE float sinf(float x) { return (float)sin((double)x); }