From 36b9d9dea418bfde388216dd2e0707c4be7f19d2 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sun, 6 Jul 2025 14:47:44 +0200 Subject: Game 26% --- src/00_Core/Player/TouchControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/00_Core/Player/TouchControl.cpp') 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; -- cgit v1.2.3