ksys: Declutter Utils by creating new Utils/Container folder

This commit is contained in:
Léo Lam
2022-01-16 22:22:24 +01:00
parent 99b913f86d
commit cba2a5b8b0
9 changed files with 9 additions and 8 deletions
+3 -2
View File
@@ -64,6 +64,9 @@ target_sources(uking PRIVATE
Byaml/ByamlLocal.h
Byaml/ByamlUtil.cpp
Container/StrTreeMap.h
Container/UniqueArrayPtr.h
AtomicLongBitFlag.h
Debug.h
FixedString.h
@@ -74,8 +77,6 @@ target_sources(uking PRIVATE
ParamIO.cpp
ParamIO.h
SafeDelete.h
StrTreeMap.h
TypeTraits.h
Types.h
UniqueArrayPtr.h
)
@@ -7,10 +7,10 @@
#include <prim/seadTypedBitFlag.h>
#include <thread/seadAtomic.h>
#include <thread/seadCriticalSection.h>
#include "KingSystem/Utils/Container/UniqueArrayPtr.h"
#include "KingSystem/Utils/Thread/Event.h"
#include "KingSystem/Utils/Thread/MessageDispatcherBase.h"
#include "KingSystem/Utils/Thread/MessageProcessor.h"
#include "KingSystem/Utils/UniqueArrayPtr.h"
namespace sead {
class Thread;