diff options
Diffstat (limited to 'include/Player/PlayerControl.hpp')
| -rw-r--r-- | include/Player/PlayerControl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Player/PlayerControl.hpp b/include/Player/PlayerControl.hpp index adf10925..69f17610 100644 --- a/include/Player/PlayerControl.hpp +++ b/include/Player/PlayerControl.hpp @@ -7,9 +7,9 @@ #include "Actor/Actor.hpp" #include "Actor/ActorManager.hpp" -#include "Debug/DebugHierarchy.hpp" #include "Item/Item.hpp" #include "Map/TilePos.hpp" +#include "Player/Bhio.hpp" #include "Player/TouchControl.hpp" #include "Player/TouchGesture.hpp" @@ -72,7 +72,7 @@ public: /* c8 */ s32 mUnk_c8; /* cc */ s32 mUnk_cc; /* d0 */ TouchGesture **mTouchGesture; - /* d4 */ DebugHierarchy *mDebug; + /* d4 */ Bhio *mBhio; /* d8 */ static bool func_ov00_020aeeac(); |
