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