mirror of https://github.com/zeldaret/botw.git
ksys/act: Move Attention source files to a separate folder
This commit is contained in:
parent
ce1868fd62
commit
6518fe5c73
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue