Added MM decomp as submodule and added workaround file to avoid needing to build it

This commit is contained in:
Mr-Wiseguy
2023-12-18 19:26:47 -05:00
parent 92a95eecc7
commit 32cb89ed76
4 changed files with 15 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
// Required to include MM decomp headers without having built the repo
#ifndef SUB_S_H
#define SUB_S_H 1
extern Vtx codeVtx_120260[];
extern Gfx gShadowMaterialDL[];
extern Gfx gShadowModelDL[];
#endif