mirror of
https://github.com/zeldaret/botw
synced 2026-07-11 06:34:48 -04:00
ksys/act: Move Attention source files to a separate folder
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#include "actAttention.h"
|
||||
|
||||
namespace ksys::act {} // namespace ksys::act
|
||||
@@ -53,8 +53,8 @@ target_sources(uking PRIVATE
|
||||
actAiRoot.h
|
||||
actASSetting.cpp
|
||||
actASSetting.h
|
||||
actAttention.cpp
|
||||
actAttention.h
|
||||
Attention/actAttention.cpp
|
||||
Attention/actAttention.h
|
||||
actBaseProc.cpp
|
||||
actBaseProc.h
|
||||
actBaseProcCreateTask.cpp
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#include "KingSystem/ActorSystem/actAttention.h"
|
||||
|
||||
namespace ksys::act {} // namespace ksys::act
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <agl/Utils/aglParameterObj.h>
|
||||
#include <container/seadBuffer.h>
|
||||
#include <prim/seadSafeString.h>
|
||||
#include "KingSystem/ActorSystem/actAttention.h"
|
||||
#include "KingSystem/ActorSystem/Attention/actAttention.h"
|
||||
#include "KingSystem/Resource/resResource.h"
|
||||
#include "KingSystem/Utils/ParamIO.h"
|
||||
#include "KingSystem/Utils/Types.h"
|
||||
|
||||
Reference in New Issue
Block a user