diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2024-04-30 16:22:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-30 16:22:07 +0200 |
| commit | 5c08baf1c24e50891ea12e8dcd0038c935875631 (patch) | |
| tree | 05fdd2d6a55c908ddcf8cf428b34a68d2b8fe17b /src/00_Core/Player/TouchControl.cpp | |
| parent | 0d17d1087f3df2fdd72eac89370eadcefb336f50 (diff) | |
| parent | 9978b675bec7b6e9806fa32b54934f51faa0ca0d (diff) | |
Merge pull request #37 from AetiasHax/map-manager
Delink `MapManager`, `Course` and `MapBase`
Diffstat (limited to 'src/00_Core/Player/TouchControl.cpp')
| -rw-r--r-- | src/00_Core/Player/TouchControl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/00_Core/Player/TouchControl.cpp b/src/00_Core/Player/TouchControl.cpp index 6eba289c..df8bbfe0 100644 --- a/src/00_Core/Player/TouchControl.cpp +++ b/src/00_Core/Player/TouchControl.cpp @@ -10,5 +10,6 @@ void TouchControl::Update(TouchState *state, u16 speed) {} bool TouchControl::func_ov00_0207aeac() {} void TouchControl::UpdateConditionally(TouchState *state, u16 speed) {} void TouchControl::func_ov00_0207af38(u16 speed, bool param2) {} +TouchControl::~TouchControl() {} #endif |
