mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
b56b5fc2c8
* commit object_timeblock * commit object_ta * commit object_syokudai * commit object_spot17_obj * format * commit object_spot16_obj * fixup * commit object_spot15_obj
13 lines
239 B
C
13 lines
239 B
C
#ifndef OBJECT_SPOT16_OBJ_H
|
|
#define OBJECT_SPOT16_OBJ_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
extern Gfx gDodongosCavernRockDL[32];
|
|
extern Gfx gDodongosCavernRock2DL[4];
|
|
extern Gfx gDodongosCavernRock3DL[2];
|
|
|
|
extern Gfx gDeathMountainRingDL[18];
|
|
|
|
#endif
|