Rename SQF/dayz_code/util/Mutex.hpp to Server Files/Archive/dayz_code/util/Mutex.hpp

This commit is contained in:
worldwidesorrow
2020-01-21 11:41:44 -06:00
committed by GitHub
parent 8f5a23f708
commit 38c2734f0e

View File

@@ -25,4 +25,4 @@ Author: Foxy
//Unlocks the mutex. Use only when you have previously obtained lock yourself.
#define Mutex_Unlock(mtx) ((mtx) set [0, true])
#endif
#endif