summaryrefslogtreecommitdiff
path: root/assets/objects/gameplay_keep/gTallBlockCol.c
blob: 2ba1f5f92c8b3787f2091c0498ea9d5ad968568d (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 "gTallBlockCol.h"
#include "bgcheck.h"
#include "array_count.h"
#include "camera.h"

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

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

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

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

CollisionHeader gTallBlockCol = {
#include "assets/objects/gameplay_keep/gTallBlockCol.inc.c"
};