Decompile MapManager::GetCourseMinX

This commit is contained in:
SammygoodTunes
2025-01-11 18:31:37 +01:00
parent 2c015c9774
commit 61f866af93
4 changed files with 11 additions and 2 deletions
+5 -1
View File
@@ -62,7 +62,11 @@ unk8 MapManager::Get_MapData_Unk28() {}
unk8 MapManager::Get_MapData_Unk2a() {}
unk8 MapManager::func_ov00_02083374() {}
unk8 MapManager::func_ov00_02083384() {}
unk8 MapManager::GetCourseMinX() {}
ARM q20 MapManager::GetCourseMinX() {
return (this->mCourse->mBounds).min.x;
}
unk8 MapManager::GetCourseMinZ() {}
unk8 MapManager::GetCourseMaxX() {}
unk8 MapManager::GetCourseMaxZ() {}