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:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user