diff options
Diffstat (limited to 'include/Player/TouchControl.hpp')
| -rw-r--r-- | include/Player/TouchControl.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/Player/TouchControl.hpp b/include/Player/TouchControl.hpp index 08d9d657..989f4791 100644 --- a/include/Player/TouchControl.hpp +++ b/include/Player/TouchControl.hpp @@ -37,6 +37,10 @@ public: /* 34 */ TouchFlags mFlags; /* 36 */ + TouchControl(); + TouchControl(unk32 param_1); + ~TouchControl(); + void Init(); void IncreaseSpeed(s16 increase); void UpdateFlags(u16 speed); @@ -45,10 +49,9 @@ public: bool func_ov00_0207aeac(); void UpdateConditionally(TouchState *state, u16 speed); void func_ov00_0207af38(u16 speedIncrease, bool shouldIncrease); - ~TouchControl(); static bool func_0202b864(Vec3p *param1, s32 size, unk8 param3); static bool func_0202b894(Vec3p *param1, s32 size, unk8 param3); }; -void Fill16(int value, unsigned short *dst, int size); // TODO: Replace with header file +extern "C" void Fill16(int value, unsigned short *dst, int size); // TODO: Replace with header file |
