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/PlayerLink.hpp | |
| parent | ce3031f712500de9939e563bc4268e3074e53506 (diff) | |
Move `Actors/` to `Actor/`
Diffstat (limited to 'include/Player/PlayerLink.hpp')
| -rw-r--r-- | include/Player/PlayerLink.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
