mirror of https://github.com/zeldaret/oot.git
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"
|
|
};
|