LearnWithTouch/App/LearnWithTouch_ios/Libraries/libil2cpp/include/vm/MetadataLock.h
2019-07-01 14:33:21 +02:00

13 lines
187 B
C++

#pragma once
#include "il2cpp-config.h"
#include "os/Mutex.h"
namespace il2cpp
{
namespace vm
{
extern il2cpp::os::FastMutex g_MetadataLock;
} // namespace vm
} // namespace il2cpp