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




CommitLineData
7214af3e 1// License information for this code is in license.txt
2
3#ifndef MPQBLOCKTABLE_INCLUDED
4#define MPQBLOCKTABLE_INCLUDED
5
6#include "SFmpqapi.h"
7
8BOOL WriteBlockTable(MPQARCHIVE *mpqOpenArc);
9
10#endif // #ifndef MPQBLOCKTABLE_INCLUDED
11