diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-05-09 15:50:17 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-05-09 15:50:17 -0500 |
commit | 91d74e0e07f041c53a3d31beaaf1ed26ceb0195a (patch) | |
tree | c63b01a27f4080d6131f22334ecea42afd48109c /include/game.h | |
parent | fdf2ccd77bbb6e5e035f8b5e6fd041af9d28c95d (diff) | |
download | kamek-91d74e0e07f041c53a3d31beaaf1ed26ceb0195a.tar.gz kamek-91d74e0e07f041c53a3d31beaaf1ed26ceb0195a.zip |
shy guy stuff potentially
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 0058319..7035850 100755 --- a/include/game.h +++ b/include/game.h @@ -1892,6 +1892,9 @@ class collisionMgr_c { static bool s_80075750(VEC2 *pVec);
static bool s_80075780(s16 *pAngle);
+ static bool sub_800757B0(VEC3 *vec, float *what, u8 layer, int p6, char p7);
+
+
enum SlopeTypes {
SLOPE_EDGE = 10,
SLOPE_TYPE_COUNT = 19
|