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