#pragma once #include "os/Mutex.h" namespace baselib { typedef il2cpp::os::FastMutex ReentrantLock; }