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/MpqBlockTable.h b/MpqBlockTable.h
new file mode 100644 (file)
index 0000000..1aa8aa8
--- /dev/null
@@ -0,0 +1,11 @@
+// License information for this code is in license.txt
+
+#ifndef MPQBLOCKTABLE_INCLUDED
+#define MPQBLOCKTABLE_INCLUDED
+
+#include "SFmpqapi.h"
+
+BOOL WriteBlockTable(MPQARCHIVE *mpqOpenArc);
+
+#endif // #ifndef MPQBLOCKTABLE_INCLUDED
+