ksys/act: Move Attention source files to a separate folder

This commit is contained in:
Léo Lam 2021-04-23 14:53:51 +02:00
parent ce1868fd62
commit 6518fe5c73
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
5 changed files with 6 additions and 6 deletions

View File

@ -0,0 +1,3 @@
#include "actAttention.h"
namespace ksys::act {} // namespace ksys::act

View File

@ -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

View File

@ -1,3 +0,0 @@
#include "KingSystem/ActorSystem/actAttention.h"
namespace ksys::act {} // namespace ksys::act

View File

@ -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"