Floor Surface

This commit is contained in:
Derek Hensley
2022-10-05 20:42:19 -07:00
parent 9d033cd27a
commit 1eca2fc63f
7 changed files with 15 additions and 14 deletions
+2 -2
View File
@@ -2468,8 +2468,8 @@ void Play_Draw(PlayState* this);
void Play_SetupDraw(PlayState* this);
void Play_Main(GameState* thisx);
s32 Play_InCsMode(PlayState* this);
f32 func_80169100(PlayState* this, MtxF* mtx, CollisionPoly** poly, s32* bgId, Vec3f* feetPos);
void func_801691F0(PlayState* this, MtxF* mtx, Vec3f* feetPos);
f32 Play_GetFloorSurfaceImpl(PlayState* this, MtxF* mtx, CollisionPoly** poly, s32* bgId, Vec3f* pos);
void Play_GetFloorSurface(PlayState* this, MtxF* mtx, Vec3f* pos);
void* Play_LoadFile(PlayState* this, RomFile* entry);
void Play_InitEnvironment(PlayState* this, s16 skyboxId);
// void func_801692C4(PlayState* play, UNK_TYPE1 uParm2);