mirror of
https://github.com/zeldaret/botw
synced 2026-06-18 23:26:37 -04:00
13 lines
226 B
C++
13 lines
226 B
C++
#pragma once
|
|
|
|
#include <thread/seadCriticalSection.h>
|
|
|
|
namespace ksys::res {
|
|
|
|
extern sead::CriticalSection gCacheCriticalSection;
|
|
|
|
void lockCacheCriticalSection();
|
|
void unlockCacheCriticalSection();
|
|
|
|
} // namespace ksys::res
|