summaryrefslogtreecommitdiff
path: root/include/Player
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-05-25 11:16:50 +0200
committerAetias <aetias@outlook.com>2024-05-25 11:16:50 +0200
commit8e415b1cd8e4a6ad4ed615bbb403e984d3e0179a (patch)
treea3c374f1c2c0d23597e06a2741ac6d4199567879 /include/Player
parentc54922bc3ad526782dc3479093a0386c2664c588 (diff)
Mangle `TouchControl` functions
Diffstat (limited to 'include/Player')
-rw-r--r--include/Player/TouchControl.hpp4
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);
};