mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Traps and Utill Folders/Files
This commit is contained in:
11
SQF/dayz_code/util/mutex.sqf
Normal file
11
SQF/dayz_code/util/mutex.sqf
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "Mutex.hpp"
|
||||
|
||||
dz_fn_mutex_tryLock =
|
||||
{
|
||||
Mutex_TryLock_Fast(_this);
|
||||
};
|
||||
|
||||
dz_fn_mutex_waitLock =
|
||||
{
|
||||
Mutex_WaitLock_Fast(_this);
|
||||
};
|
||||
Reference in New Issue
Block a user