Add C mtx and vec functions

Include printfunc (lots of GX is missing for it)
This commit is contained in:
dbalatoni13 2025-04-04 03:05:51 +02:00
parent a978d8d325
commit e40e69e1d8
7 changed files with 240 additions and 136 deletions

View file

@ -6,7 +6,11 @@
#ifdef __cplusplus
extern "C" {
#endif
#if defined(__MWERKS__) && !defined(GEKKO)
#define GEKKO
#endif
#ifndef GEKKO
#define MTX_USE_C
#undef MTX_USE_PS