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
+3
View File
@@ -0,0 +1,3 @@
#pragma once
class ActorNavi;
-3
View File
@@ -1,3 +0,0 @@
#pragma once
class Navi;
+1 -1
View File
@@ -4,7 +4,7 @@
#include "types.h"
#include "lib/math.h"
#include "Actors/Navi/Navi.hpp"
#include "Actor/ActorNavi.hpp"
#include "Item/Item.hpp"
#include "Player/EquipItem.hpp"
#include "System/SysNew.hpp"
+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"
+1
View File
@@ -7,6 +7,7 @@
#include "Player/LinkStateBase.hpp"
#include "Actor/ActorManager.hpp"
#include "Actor/Actor.hpp"
class LinkStateGrab : public LinkStateBase {
public:
+1 -1
View File
@@ -7,7 +7,7 @@
#include "Player/PlayerLinkBase.hpp"
#include "Player/MotionParams.hpp"
#include "Actors/ActorManager.hpp"
#include "Actor/ActorManager.hpp"
#include "Debug/DebugHierarchy.hpp"