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

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

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

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

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

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