blob: 8f590f00377c6d3c855c2f8902bc42b791a3d326 (
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_cube_col.h"
#include "array_count.h"
#include "camera.h"
BgCamInfo gSmallerCubeBgCamList[] = {
#include "assets/objects/gameplay_keep/gSmallerCubeBgCamList.inc.c"
};
SurfaceType gSmallerCubeSurfaceTypes[] = {
#include "assets/objects/gameplay_keep/gSmallerCubeSurfaceTypes.inc.c"
};
CollisionPoly gSmallerCubePolyList[] = {
#include "assets/objects/gameplay_keep/gSmallerCubePolyList.inc.c"
};
Vec3s gSmallerCubeVtxList[] = {
#include "assets/objects/gameplay_keep/gSmallerCubeVtxList.inc.c"
};
CollisionHeader gSmallerCubeCol = {
#include "assets/objects/gameplay_keep/gSmallerCubeCol.inc.c"
};
|