From 91d74e0e07f041c53a3d31beaaf1ed26ceb0195a Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Thu, 9 May 2013 15:50:17 -0500 Subject: shy guy stuff potentially --- include/game.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3