From e1aeef0dbb67629efb13886e083522f3d72b0eae Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:48:53 -0600 Subject: [PATCH] Rename SQF/dayz_code/util/Stack.hpp to Server Files/Archive/dayz_code/util/Stack.hpp --- {SQF => Server Files/Archive}/dayz_code/util/Stack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {SQF => Server Files/Archive}/dayz_code/util/Stack.hpp (99%) diff --git a/SQF/dayz_code/util/Stack.hpp b/Server Files/Archive/dayz_code/util/Stack.hpp similarity index 99% rename from SQF/dayz_code/util/Stack.hpp rename to Server Files/Archive/dayz_code/util/Stack.hpp index 14e0fac72..d052d2fa5 100644 --- a/SQF/dayz_code/util/Stack.hpp +++ b/Server Files/Archive/dayz_code/util/Stack.hpp @@ -27,4 +27,4 @@ Author: Foxy //Returns the number of items currently on the stack. #define Stack_Count(stack) ((stack) select 0) -#endif \ No newline at end of file +#endif