diff options
| author | Aetias <aetias@outlook.com> | 2024-05-25 11:16:50 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-05-25 11:16:50 +0200 |
| commit | 8e415b1cd8e4a6ad4ed615bbb403e984d3e0179a (patch) | |
| tree | a3c374f1c2c0d23597e06a2741ac6d4199567879 /include/Player/TouchControl.hpp | |
| parent | c54922bc3ad526782dc3479093a0386c2664c588 (diff) | |
Mangle `TouchControl` functions
Diffstat (limited to 'include/Player/TouchControl.hpp')
| -rw-r--r-- | include/Player/TouchControl.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Player/TouchControl.hpp b/include/Player/TouchControl.hpp index b5c79750..480ee42c 100644 --- a/include/Player/TouchControl.hpp +++ b/include/Player/TouchControl.hpp @@ -3,6 +3,7 @@ #include "global.h" #include "types.h" #include "lib/touch.h" +#include "lib/math.h" typedef u16 TouchFlags; enum TouchFlag_ { @@ -43,4 +44,7 @@ public: void UpdateConditionally(TouchState *state, u16 speed); void func_ov00_0207af38(u16 speed, bool param2); ~TouchControl(); + + static bool func_0202b864(Vec3p *param1, s32 size, unk8 param3); + static bool func_0202b894(Vec3p *param1, s32 size, unk8 param3); }; |
