blob: 364c3398efb190009f1811043745278202552373 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "small_cube_model.h"
#include "gameplay_keep_0x42530.h"
#include "gfx.h"
Vtx gSmallCubeVtx[] = {
#include "assets/objects/gameplay_keep/gSmallCubeVtx.inc.c"
};
Gfx gSmallCubeDL[23] = {
#include "assets/objects/gameplay_keep/gSmallCubeDL.inc.c"
};
|