Add C mtx and vec functions
Include printfunc (lots of GX is missing for it)
This commit is contained in:
parent
a978d8d325
commit
e40e69e1d8
7 changed files with 240 additions and 136 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue