DolphinCGraphics nearly done

Former-commit-id: d065d80388
This commit is contained in:
2022-12-06 18:32:47 -05:00
parent b35b8b5e20
commit 341e73de06
17 changed files with 393 additions and 99 deletions

View File

@@ -45,7 +45,7 @@ typedef unsigned int _UINT32;
int abs(int n);
#ifdef __MWERKS__
// #define abs(n) __abs(n)
#define abs(n) __abs(n)
#define labs(n) __labs(n)
static inline double fabs(double x) { return __fabs(x); }
#else