From 7fad69e77cea8b11646144b935b80052341a7ecd Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Jan 2020 11:40:02 -0600 Subject: [PATCH] Rename SQF/dayz_code/util/Dictionary.hpp to Server Files/Archive/dayz_code/util/Dictionary.hpp --- {SQF => Server Files/Archive}/dayz_code/util/Dictionary.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {SQF => Server Files/Archive}/dayz_code/util/Dictionary.hpp (99%) diff --git a/SQF/dayz_code/util/Dictionary.hpp b/Server Files/Archive/dayz_code/util/Dictionary.hpp similarity index 99% rename from SQF/dayz_code/util/Dictionary.hpp rename to Server Files/Archive/dayz_code/util/Dictionary.hpp index cba363d2a..418f3e4a7 100644 --- a/SQF/dayz_code/util/Dictionary.hpp +++ b/Server Files/Archive/dayz_code/util/Dictionary.hpp @@ -26,4 +26,4 @@ Author: Foxy //Rearranges the internal data structure of the dictionary to free unused memory. #define Dictionary_Compact(d) ((d) call dz_fn_dictionary_compact) -#endif \ No newline at end of file +#endif