blob: 63ed9b2ebbbfc4fafcd88e84ded02b45460aebf4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#include "small_flat_block_col.h"
#include "array_count.h"
#include "camera.h"
BgCamInfo gSmallerFlatBlockBgCamList[] = {
#include "assets/objects/gameplay_keep/gSmallerFlatBlockBgCamList.inc.c"
};
SurfaceType gSmallerFlatBlockSurfaceTypes[] = {
#include "assets/objects/gameplay_keep/gSmallerFlatBlockSurfaceTypes.inc.c"
};
CollisionPoly gSmallerFlatBlockPolyList[] = {
#include "assets/objects/gameplay_keep/gSmallerFlatBlockPolyList.inc.c"
};
Vec3s gSmallerFlatBlockVtxList[] = {
#include "assets/objects/gameplay_keep/gSmallerFlatBlockVtxList.inc.c"
};
CollisionHeader gSmallerFlatBlockCol = {
#include "assets/objects/gameplay_keep/gSmallerFlatBlockCol.inc.c"
};
|