diff options
Diffstat (limited to 'include')
-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
|