diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-05 18:01:04 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-05 18:01:04 +0100 |
| commit | 705596daff8989db4d7bfd7a980609951c7a6c20 (patch) | |
| tree | a714f7d9ac0873c60447a8b3da73a686d35a5896 /src/04_Load/Map/Course.cpp | |
| parent | 8fa0cb0095e397212679eb8ddaa347a658619b0c (diff) | |
| parent | 3f7197110627adbbe7ff1f69db1f5a15f9b6c598 (diff) | |
Merge remote-tracking branch 'upstream/main' into transform_dep
Diffstat (limited to 'src/04_Load/Map/Course.cpp')
| -rw-r--r-- | src/04_Load/Map/Course.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/04_Load/Map/Course.cpp b/src/04_Load/Map/Course.cpp new file mode 100644 index 00000000..6217d8b8 --- /dev/null +++ b/src/04_Load/Map/Course.cpp @@ -0,0 +1,10 @@ +#include "Map/Course.hpp" + +Course::Course() {} +Course::~Course() {} +bool Course::func_ov004_0210ee84(char *param1) {} +unk32 Course::func_ov004_0210ef90(unk32 param1) {} +void Course::func_ov004_0210f010() {} +void Course::LoadMapData(u8 *map, s32 x, s32 y, char param4, unk32 param5) {} +bool Course::func_ov004_0210f0fc(unk32 param1, unk16 *param2, s32 param3) {} +void Course::func_ov004_0210f140(s32 param1) {} |
