diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-04 00:43:39 +0100 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-02-04 00:43:39 +0100 |
| commit | 51d5bf69edd56d626a4f5d987ecf9b37ae17fa33 (patch) | |
| tree | 42e6d19eeee300c606bc8296d121e6c10cc233d6 /src/04_Load/Map/Course.cpp | |
| parent | 64e8537ba7e4d796079a7bacf23b3f5cdb9a7213 (diff) | |
| parent | 3f7197110627adbbe7ff1f69db1f5a15f9b6c598 (diff) | |
Merge remote-tracking branch 'upstream/main' into bmg
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) {} |
