blob: ceeb24533df0b23cb66020608745765bf800fbf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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"
};
|