summaryrefslogtreecommitdiff
path: root/assets/objects/object_spot17_obj/gCraterBombableWallCol.c
blob: 3826332f7d73500ad74eb7e9ca4354525b2eb486 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#include "object_spot17_obj.h"
#include "array_count.h"
#include "camera.h"
#include "z_math.h"

BgCamInfo gCraterBombableWallBgCamList[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallBgCamList.inc.c"
};

SurfaceType gCraterBombableWallSurfaceTypes[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallSurfaceTypes.inc.c"
};

CollisionPoly gCraterBombableWallPolyList[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallPolyList.inc.c"
};

Vec3s gCraterBombableWallVtxList[] = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallVtxList.inc.c"
};

CollisionHeader gCraterBombableWallCol = {
#include "assets/objects/object_spot17_obj/gCraterBombableWallCol.inc.c"
};