From 8e415b1cd8e4a6ad4ed615bbb403e984d3e0179a Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 25 May 2024 11:16:50 +0200 Subject: Mangle `TouchControl` functions --- include/Player/TouchControl.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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); }; -- cgit v1.2.3