Support for SC1 format.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2727 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-04-08 04:08:48 +00:00
parent bdd3d90d66
commit b462ad8ad1
2 changed files with 309 additions and 136 deletions
+2 -1
View File
@@ -13,6 +13,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdbool.h>
#include <stdint.h>
typedef unsigned char uint8;
@@ -73,7 +74,7 @@ typedef struct {
} package_desc;
typedef struct {
uint8 res_flags;
bool packaged;
uint32 packmem_list_offs;
uint32 path_list_offs;
uint32 file_list_offs;