diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-06 14:53:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-06 14:53:40 +0200 |
| commit | e3ba2b386d1ef7530d8be93f1c5a0550c30dac79 (patch) | |
| tree | 67ea17fe8b99f0cfcbad9894cb03f9493e618dd8 /src/00_Core/Player/TouchControl.cpp | |
| parent | 70e6bb21469372c6ed0a80264bffec7c160ca310 (diff) | |
| parent | 8806b998c287d63c93f32835236b3092b5ad50fc (diff) | |
Merge pull request #113 from AetiasHax/game
`src/Main/Game/Game.cpp` 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; |
