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

This commit is contained in:
worldwidesorrow
2020-01-21 11:40:02 -06:00
committed by GitHub
parent 707f06e774
commit 7fad69e77c

View File

@@ -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
#endif