From fab3da0e8161d57f6dc3d024f339ebc8eb2c3c2a Mon Sep 17 00:00:00 2001 From: Aetias Date: Mon, 25 Mar 2024 19:30:25 +0100 Subject: Move `Actors/` to `Actor/` --- include/Player/LinkStateBase.hpp | 4 ++-- include/Player/LinkStateGrab.hpp | 1 + include/Player/PlayerLink.hpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'include/Player') diff --git a/include/Player/LinkStateBase.hpp b/include/Player/LinkStateBase.hpp index ad2c5552..3811e6bc 100644 --- a/include/Player/LinkStateBase.hpp +++ b/include/Player/LinkStateBase.hpp @@ -8,8 +8,8 @@ #include "System/SysNew.hpp" #include "Player/PlayerLink.hpp" #include "Player/PlayerControlData.hpp" -#include "Actors/Actor.hpp" -#include "Actors/ActorManager.hpp" +#include "Actor/Actor.hpp" +#include "Actor/ActorManager.hpp" #include "Player/EquipItem.hpp" #include "Debug/DebugHierarchy.hpp" diff --git a/include/Player/LinkStateGrab.hpp b/include/Player/LinkStateGrab.hpp index 3c430a5d..cb95c518 100644 --- a/include/Player/LinkStateGrab.hpp +++ b/include/Player/LinkStateGrab.hpp @@ -7,6 +7,7 @@ #include "Player/LinkStateBase.hpp" #include "Actor/ActorManager.hpp" +#include "Actor/Actor.hpp" class LinkStateGrab : public LinkStateBase { public: diff --git a/include/Player/PlayerLink.hpp b/include/Player/PlayerLink.hpp index 6d2cbaed..8ba08d44 100644 --- a/include/Player/PlayerLink.hpp +++ b/include/Player/PlayerLink.hpp @@ -7,7 +7,7 @@ #include "Player/PlayerLinkBase.hpp" #include "Player/MotionParams.hpp" -#include "Actors/ActorManager.hpp" +#include "Actor/ActorManager.hpp" #include "Debug/DebugHierarchy.hpp" -- cgit v1.2.3