blob: c03b2084fae959a6a368ada3bc77db17198d69d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef GAMEPLAY_KEEP_GLARGERFLATBLOCKCOL_H
#define GAMEPLAY_KEEP_GLARGERFLATBLOCKCOL_H
#include "bgcheck.h"
extern BgCamInfo gLargerFlatBlockBgCamList[];
extern SurfaceType gLargerFlatBlockSurfaceTypes[];
extern CollisionPoly gLargerFlatBlockPolyList[];
extern Vec3s gLargerFlatBlockVtxList[];
extern CollisionHeader gLargerFlatBlockCol;
#endif
|