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

This commit is contained in:
worldwidesorrow
2020-01-21 11:51:54 -06:00
committed by GitHub
parent 44a435f9b6
commit 161687a3f7

View File

@@ -38,4 +38,4 @@ Author: Foxy
//Determines whether the task has canceled prior to completion.
#define Task_IsCanceled(task) (((task) select 2) == 3)
#endif
#endif