diff options
| author | Aetias <aetias@outlook.com> | 2024-03-25 19:30:25 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-03-25 19:30:25 +0100 |
| commit | fab3da0e8161d57f6dc3d024f339ebc8eb2c3c2a (patch) | |
| tree | fca09b1de908a00c29aba94c71c0161f6ee005a4 /include/Player/LinkStateBase.hpp | |
| parent | ce3031f712500de9939e563bc4268e3074e53506 (diff) | |
Move `Actors/` to `Actor/`
Diffstat (limited to 'include/Player/LinkStateBase.hpp')
| -rw-r--r-- | include/Player/LinkStateBase.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
