From 38c2734f0e8bf1bb2e90fd50ada5f3f2ef58aad4 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:41:44 -0600 Subject: [PATCH] Rename SQF/dayz_code/util/Mutex.hpp to Server Files/Archive/dayz_code/util/Mutex.hpp --- {SQF => Server Files/Archive}/dayz_code/util/Mutex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {SQF => Server Files/Archive}/dayz_code/util/Mutex.hpp (99%) diff --git a/SQF/dayz_code/util/Mutex.hpp b/Server Files/Archive/dayz_code/util/Mutex.hpp similarity index 99% rename from SQF/dayz_code/util/Mutex.hpp rename to Server Files/Archive/dayz_code/util/Mutex.hpp index 99a08ce05..ca7495721 100644 --- a/SQF/dayz_code/util/Mutex.hpp +++ b/Server Files/Archive/dayz_code/util/Mutex.hpp @@ -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 \ No newline at end of file +#endif