diff options
Diffstat (limited to 'include/Player')
| -rw-r--r-- | include/Player/TouchControl.hpp | 2 |
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); |
