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