summaryrefslogtreecommitdiff
path: root/src/00_Core/Player
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-03-19 17:53:59 +0100
committerAetias <aetias@outlook.com>2024-03-19 17:53:59 +0100
commit6f707bb31d5411e8292b8df833f1faccfc70fc64 (patch)
treebda79a2cb0e6d63a7b5f3f49897e773fe82175ad /src/00_Core/Player
parentf9f944ae47471903b1f56e2d53a6199e3dc71cc9 (diff)
Add `TouchControl.s`
Diffstat (limited to 'src/00_Core/Player')
-rw-r--r--src/00_Core/Player/TouchControl.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/00_Core/Player/TouchControl.cpp b/src/00_Core/Player/TouchControl.cpp
new file mode 100644
index 00000000..6eba289c
--- /dev/null
+++ b/src/00_Core/Player/TouchControl.cpp
@@ -0,0 +1,14 @@
+#include "Player/TouchControl.hpp"
+
+#ifdef STUBS
+
+TouchControl::TouchControl() {}
+void TouchControl::IncreaseSpeed(s16 increase) {}
+void TouchControl::UpdateFlags(u16 speed) {}
+void TouchControl::UpdateWithStateFlags(TouchStateFlags *state, u16 speed) {}
+void TouchControl::Update(TouchState *state, u16 speed) {}
+bool TouchControl::func_ov00_0207aeac() {}
+void TouchControl::UpdateConditionally(TouchState *state, u16 speed) {}
+void TouchControl::func_ov00_0207af38(u16 speed, bool param2) {}
+
+#endif