mirror of
https://github.com/zeldaret/oot
synced 2026-09-05 18:38:17 -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
11 lines
234 B
C
11 lines
234 B
C
#include "object_syokudai.h"
|
|
#include "gfx.h"
|
|
|
|
Vtx gWoodenTorchVtx[] = {
|
|
#include "assets/objects/object_syokudai/gWoodenTorchVtx.inc.c"
|
|
};
|
|
|
|
Gfx gWoodenTorchDL[43] = {
|
|
#include "assets/objects/object_syokudai/gWoodenTorchDL.inc.c"
|
|
};
|