get dusk past compilation and into linking

This commit is contained in:
kipcode66
2026-01-15 19:24:39 -05:00
parent d46a8e7ea1
commit cb7d9787cc
17 changed files with 127 additions and 5 deletions
+4
View File
@@ -14,6 +14,10 @@
#include "dolphin/gf/GFLight.h"
#include "m_Do/m_Do_lib.h"
#ifndef __MWERKS__
#include "dusk/math.h"
#endif
static BOOL daMirror_c_createHeap(fopAc_ac_c* i_this) {
return ((daMirror_c*)i_this)->createHeap();
}