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




1 /*
3   ShadowFlare MPQ Static Library. (c) ShadowFlare Software 2002-2010
4   License information for this code is in license.txt
6 */
8 #ifndef SHADOWFLARE_MPQ_LIB_INCLUDED
9 #define SHADOWFLARE_MPQ_LIB_INCLUDED
11 #ifndef SFMPQ_STATIC
12 #define SFMPQ_STATIC
13 #endif
15 #include "SFmpqapi.h"
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
21 // These no longer need to be called.  They are only provided for
22 // compatibility with older versions of this static library
23 void LoadSFMpq();
24 void FreeSFMpq();
26 #ifdef __cplusplus
27 };  // extern "C" 
28 #endif
30 #endif