mirror of
https://github.com/zeldaret/botw
synced 2026-09-07 19:10:49 -04:00
ksys: Declutter Utils by creating new Utils/Container folder
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user