mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 06:45:05 +01: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
|