Current News
Archived News
Search News
Discussion Forum


Old Forum
Install Programs More Downloads...
Troubleshooting
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links




diff --git a/MpqHashTable.h b/MpqHashTable.h
new file mode 100644 (file)
index 0000000..f48a548
--- /dev/null
@@ -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
+