summaryrefslogtreecommitdiff
path: root/src/00_Core/Player/TouchControl.cpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-04-23 00:30:20 +0200
committerAetias <aetias@outlook.com>2024-04-23 00:30:20 +0200
commita8c5c49efae2c4c1489bad419fd680bc0e85800c (patch)
tree9ccb4931eb259340f98ba813c0961da7ab61086c /src/00_Core/Player/TouchControl.cpp
parentb9e9392f29130451cf2c7d13b720260d8022c812 (diff)
Delink `Course`
Diffstat (limited to 'src/00_Core/Player/TouchControl.cpp')
-rw-r--r--src/00_Core/Player/TouchControl.cpp1
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