mirror of
https://github.com/zeldaret/botw
synced 2026-06-12 13:34:48 -04:00
ksys/res: Start adding ResourceUnit and Cache
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "KingSystem/Resource/resCacheCriticalSection.h"
|
||||
#include "KingSystem/Utils/InitTimeInfo.h"
|
||||
|
||||
namespace ksys::res {
|
||||
|
||||
[[maybe_unused]] static util::InitTimeInfo sInitTimeInfo;
|
||||
sead::CriticalSection gCacheCriticalSection;
|
||||
|
||||
} // namespace ksys::res
|
||||
Reference in New Issue
Block a user