mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-05-23 15:02:04 -04:00
11 lines
205 B
C
11 lines
205 B
C
// 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
|