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
Small banner for links to this site:
projects
/
SFmpqapi.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
graphiclog
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Preliminary large archive support - incomplete, probably crashes.
[SFmpqapi.git]
/
MpqBlockTable.h
Commit
Line
Data
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
8
BOOL WriteBlockTable(MPQARCHIVE *mpqOpenArc);
9
10
#endif // #ifndef MPQBLOCKTABLE_INCLUDED
11