X-Git-Url: https://sfsrealm.hopto.org/projects/gitweb.cgi?p=SFmpqapi.git;a=blobdiff_plain;f=MpqHashTable.h;fp=MpqHashTable.h;h=f48a5481f29cac5b2a86a839781fb18f1aae8b4e;hp=0000000000000000000000000000000000000000;hb=7214af3eb69acdaef221c1846157ed07438bd0c1;hpb=1c63ef2a5d9f881e1006c4c674a81cebd9596c5e diff --git a/MpqHashTable.h b/MpqHashTable.h new file mode 100644 index 0000000..f48a548 --- /dev/null +++ b/MpqHashTable.h @@ -0,0 +1,11 @@ +// License information for this code is in license.txt + +#ifndef MPQHASHTABLE_INCLUDED +#define MPQHASHTABLE_INCLUDED + +#include "SFmpqapi.h" + +BOOL WriteHashTable(MPQARCHIVE *mpqOpenArc); + +#endif // #ifndef MPQHASHTABLE_INCLUDED +