ksys/res: Start adding ResourceUnit and Cache

This commit is contained in:
Léo Lam
2020-09-25 17:49:07 +02:00
parent 26baae29de
commit b1926813b7
16 changed files with 573 additions and 43 deletions
@@ -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