summaryrefslogtreecommitdiff
path: root/include/Player/TouchControl.hpp
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 /include/Player/TouchControl.hpp
parentb9e9392f29130451cf2c7d13b720260d8022c812 (diff)
Delink `Course`
Diffstat (limited to 'include/Player/TouchControl.hpp')
-rw-r--r--include/Player/TouchControl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Player/TouchControl.hpp b/include/Player/TouchControl.hpp
index 804078c9..b5c79750 100644
--- a/include/Player/TouchControl.hpp
+++ b/include/Player/TouchControl.hpp
@@ -42,4 +42,5 @@ public:
bool func_ov00_0207aeac();
void UpdateConditionally(TouchState *state, u16 speed);
void func_ov00_0207af38(u16 speed, bool param2);
+ ~TouchControl();
};