diff --git a/SQF/dayz_code/util/Task.hpp b/Server Files/Archive/dayz_code/util/Task.hpp similarity index 99% rename from SQF/dayz_code/util/Task.hpp rename to Server Files/Archive/dayz_code/util/Task.hpp index 0d7b299d0..6efc4e986 100644 --- a/SQF/dayz_code/util/Task.hpp +++ b/Server Files/Archive/dayz_code/util/Task.hpp @@ -38,4 +38,4 @@ Author: Foxy //Determines whether the task has canceled prior to completion. #define Task_IsCanceled(task) (((task) select 2) == 3) -#endif \ No newline at end of file +#endif