mirror of
https://github.com/zeldaret/ph
synced 2026-05-31 01:15:33 -04:00
Move Actors/ to Actor/
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "Player/LinkStateBase.hpp"
|
||||
#include "Actor/ActorManager.hpp"
|
||||
#include "Actor/Actor.hpp"
|
||||
|
||||
class LinkStateGrab : public LinkStateBase {
|
||||
public:
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "Player/PlayerLinkBase.hpp"
|
||||
#include "Player/MotionParams.hpp"
|
||||
|
||||
#include "Actors/ActorManager.hpp"
|
||||
#include "Actor/ActorManager.hpp"
|
||||
|
||||
#include "Debug/DebugHierarchy.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user