diff options
| author | Aetias <aetias@outlook.com> | 2025-07-06 14:47:44 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-07-06 14:47:44 +0200 |
| commit | 36b9d9dea418bfde388216dd2e0707c4be7f19d2 (patch) | |
| tree | 72953271cb823e914a94725cab32cc5cee17bf32 /src/00_Core/Player/TouchControl.cpp | |
| parent | 70e6bb21469372c6ed0a80264bffec7c160ca310 (diff) | |
Game 26%
Diffstat (limited to 'src/00_Core/Player/TouchControl.cpp')
| -rw-r--r-- | src/00_Core/Player/TouchControl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Player/TouchControl.cpp b/src/00_Core/Player/TouchControl.cpp index 9630de1a..c4a586bc 100644 --- a/src/00_Core/Player/TouchControl.cpp +++ b/src/00_Core/Player/TouchControl.cpp @@ -1,6 +1,6 @@ #include "Player/TouchControl.hpp" -TouchControl::TouchControl() {} +void TouchControl::Init() {} void TouchControl::IncreaseSpeed(s16 increase) { this->mFlags = 0; |
