summaryrefslogtreecommitdiff
path: root/include/Player/TouchControl.hpp
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-07-06 14:47:44 +0200
committerAetias <aetias@outlook.com>2025-07-06 14:47:44 +0200
commit36b9d9dea418bfde388216dd2e0707c4be7f19d2 (patch)
tree72953271cb823e914a94725cab32cc5cee17bf32 /include/Player/TouchControl.hpp
parent70e6bb21469372c6ed0a80264bffec7c160ca310 (diff)
Game 26%
Diffstat (limited to 'include/Player/TouchControl.hpp')
-rw-r--r--include/Player/TouchControl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Player/TouchControl.hpp b/include/Player/TouchControl.hpp
index 8970c032..08d9d657 100644
--- a/include/Player/TouchControl.hpp
+++ b/include/Player/TouchControl.hpp
@@ -37,7 +37,7 @@ public:
/* 34 */ TouchFlags mFlags;
/* 36 */
- TouchControl();
+ void Init();
void IncreaseSpeed(s16 increase);
void UpdateFlags(u16 speed);
void UpdateWithStateFlags(TouchStateFlags *state, u16 speed);