ZK_Framework/HybridCLRData/LocalIl2CppData-WindowsEditor/il2cpp/libil2cpp/os/FastReaderReaderWriterLockI...

14 lines
174 B
C
Raw Normal View History

2024-07-04 20:18:43 +08:00
#pragma once
#include "os/ReaderWriterLockImpl.h"
namespace il2cpp
{
namespace os
{
class FastReaderReaderWriterLockImpl : public ReaderWriterLockImpl
{
};
}
}