diff options
| author | Aetias <aetias@outlook.com> | 2024-10-12 16:16:32 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-12 16:16:32 +0200 |
| commit | 0b6c727e36a764c1eee496ab80b14a5da00f21c5 (patch) | |
| tree | 43b7762a25d65f69bb3b640a6c9c8a6869273f2b /include/Player/PlayerControl.hpp | |
| parent | 74a29deff311fb7bc51028ae9bf4272d7835cb8c (diff) | |
Add `.clang-format`
Diffstat (limited to 'include/Player/PlayerControl.hpp')
| -rw-r--r-- | include/Player/PlayerControl.hpp | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/include/Player/PlayerControl.hpp b/include/Player/PlayerControl.hpp index 5b424979..0e0da8ae 100644 --- a/include/Player/PlayerControl.hpp +++ b/include/Player/PlayerControl.hpp @@ -1,23 +1,22 @@ #pragma once #include "global.h" -#include "types.h" - #include "lib/math.h" +#include "types.h" -#include "Player/TouchControl.hpp" -#include "Player/TouchGesture.hpp" -#include "Actor/ActorManager.hpp" #include "Actor/Actor.hpp" +#include "Actor/ActorManager.hpp" #include "Debug/DebugHierarchy.hpp" #include "Item/Item.hpp" +#include "Player/TouchControl.hpp" +#include "Player/TouchGesture.hpp" typedef u16 TouchEdge; enum TouchEdge_ { - TouchEdge_Right = 0, - TouchEdge_Left = 1, + TouchEdge_Right = 0, + TouchEdge_Left = 1, TouchEdge_Bottom = 2, - TouchEdge_Top = 3, + TouchEdge_Top = 3, TouchEdge_Middle = 4 }; @@ -79,7 +78,7 @@ public: void func_ov00_020aeef8(); void func_ov00_020aef30(); void UpdateAim(); - Actor* GetFollowActor(); + Actor *GetFollowActor(); bool func_ov00_020af01c(unk8 *param1); void SetUnk_80(); void StopFollowing(); |
