Files
RedHotRoast-ios/HybridCLRData/LocalIl2CppData-OSXEditor/il2cpp/libil2cpp/os/FastReaderReaderWriterLockImpl.h
T

14 lines
174 B
C++
Raw Normal View History

2026-07-17 14:03:00 +08:00
#pragma once
#include "os/ReaderWriterLockImpl.h"
namespace il2cpp
{
namespace os
{
class FastReaderReaderWriterLockImpl : public ReaderWriterLockImpl
{
};
}
}