Move Actors/ to Actor/

This commit is contained in:
Aetias
2024-03-25 19:30:25 +01:00
parent ce3031f712
commit fab3da0e81
8 changed files with 8 additions and 7 deletions
+2 -2
View File
@@ -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"