mirror of
https://github.com/zeldaret/oot
synced 2026-08-07 18:22:43 -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
12 lines
306 B
C
12 lines
306 B
C
#include "object_syokudai.h"
|
|
#include "assets/objects/gameplay_dangeon_keep/gameplay_dangeon_keep.h"
|
|
#include "gfx.h"
|
|
|
|
Vtx gGoldenTorchVtx[] = {
|
|
#include "assets/objects/object_syokudai/gGoldenTorchVtx.inc.c"
|
|
};
|
|
|
|
Gfx gGoldenTorchDL[58] = {
|
|
#include "assets/objects/object_syokudai/gGoldenTorchDL.inc.c"
|
|
};
|