diff options
| author | Aetias <aetias@outlook.com> | 2024-06-20 18:48:09 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-06-20 18:48:09 +0200 |
| commit | 1fe5a6157587401e122c864f3b50cd223f4d4f98 (patch) | |
| tree | 2789df045f5d9ca3f0a77e6dd9bc9bd6251691c8 /src/00_Core/Map | |
| parent | fa44ec1ca44569869e67cc3559a1b1658bf0de78 (diff) | |
Remove `#ifdef STUBS`
Diffstat (limited to 'src/00_Core/Map')
| -rw-r--r-- | src/00_Core/Map/Course.cpp | 4 | ||||
| -rw-r--r-- | src/00_Core/Map/MapBase.cpp | 4 | ||||
| -rw-r--r-- | src/00_Core/Map/MapManager.cpp | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/00_Core/Map/Course.cpp b/src/00_Core/Map/Course.cpp index 560169e8..316b05ee 100644 --- a/src/00_Core/Map/Course.cpp +++ b/src/00_Core/Map/Course.cpp @@ -1,7 +1,5 @@ #include "Map/Course.hpp" -#ifdef STUBS - void Course::GetDungeonProgress(CourseProgress *param_2) {} void Course::func_ov00_0207ca28(s32 param_2, unk32 param_3, unk32 param_4) {} char* Course::SetCourseName(char *src) {} @@ -51,5 +49,3 @@ void Course::SetMapDataFlag4(unk32 param_2, unk32 param_3) {} bool Course::GetMapDataFlag4(unk32 param_2) {} MapData* Course::FindMapData(u32 map) {} MapData* Course::FindCurrentMapData() {} - -#endif diff --git a/src/00_Core/Map/MapBase.cpp b/src/00_Core/Map/MapBase.cpp index 5a5ed636..1afc8c29 100644 --- a/src/00_Core/Map/MapBase.cpp +++ b/src/00_Core/Map/MapBase.cpp @@ -1,8 +1,6 @@ #include "Map/MapBase.hpp" #include "Map/MapManager.hpp" -#ifdef STUBS - MapBase::~MapBase() {} MapBase_Unk_180::~MapBase_Unk_180() {} void MapBase::SetBounds(unk32 map, unk32 course) {} @@ -112,5 +110,3 @@ unk32 TriggerBase::vfunc_10() {} void MapBase::func_ov00_02080de4() {} unk8 MapBase::func_ov00_02080de8(unk32 param_2) {} void MapBase::func_ov00_02080edc() {} - -#endif diff --git a/src/00_Core/Map/MapManager.cpp b/src/00_Core/Map/MapManager.cpp index 802043ac..b335e0fe 100644 --- a/src/00_Core/Map/MapManager.cpp +++ b/src/00_Core/Map/MapManager.cpp @@ -1,7 +1,5 @@ #include "Map/MapManager.hpp" -#ifdef STUBS - void MapManager::func_ov00_020820ec(unk32 *param_2) {} void MapManager::func_ov00_020820fc(s32 param_2, unk32 param_3, unk32 param_4) {} unk8 MapManager::func_ov00_0208210c(unk32 param_2, unk32 param_3) {} @@ -200,5 +198,3 @@ unk8 MapManager::func_ov00_02085c60(unk32 param_2, unk32 param_3, unk32 param_4, unk8 MapManager::func_ov00_02086044(unk32 param_2, unk32 param_3, unk32 param_4) {} bool MapManager::func_ov00_02086284(s32 *param_2, Vec3p *param_3, Vec3p *param_4, s32 param_5, u16 param_6, Vec3p *param_7, Vec3p *param_8) {} bool MapManager::func_ov00_02086a84(s32 *param_2, Vec3p *param_3, Vec3p *param_4, s32 param_5, s32 param_6, unk32 param_7, Vec3p *param_8, Vec3p *param_9) {} - -#endif |
