blob: ca3b6031d260722b046f4fc9d9d4d22b3fc7e1c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef GAMEPLAY_KEEP_GTALLBLOCKCOL_H
#define GAMEPLAY_KEEP_GTALLBLOCKCOL_H
#include "bgcheck.h"
extern BgCamInfo gTallBlockBgCamList[];
extern SurfaceType gTallBlockSurfaceTypes[];
extern CollisionPoly gTallBlockPolyList[];
extern Vec3s gTallBlockVtxList[];
extern CollisionHeader gTallBlockCol;
#endif
|