Merge branch 'master' into NDK
Conflicts: include/Nazara/Core/ConditionVariable.hpp Former-commit-id: 84320f0a55ae9d8f80ff5211d30d99184c7b4213
This commit is contained in:
@@ -21,7 +21,9 @@ class NAZARA_CORE_API NzMutex : NzNonCopyable
|
||||
~NzMutex();
|
||||
|
||||
void Lock();
|
||||
|
||||
bool TryLock();
|
||||
|
||||
void Unlock();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user