GCC build fix

This commit is contained in:
Jack Andersen 2019-02-15 15:32:05 -10:00
parent 95890088a5
commit 6441bcc3a2
5 changed files with 4 additions and 5 deletions

View File

@ -7,6 +7,7 @@
#include <../ucrt/malloc.h>
#else
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Winclude-next-absolute-path"
#include_next <malloc.h>
#pragma GCC diagnostic pop

View File

@ -1,8 +1,6 @@
## URDE
**Status:** Extract Only
[![Build status](https://ci.appveyor.com/api/projects/status/avx3mpu1gd75ju1b?svg=true)](https://ci.appveyor.com/project/jackoalan/urde)
### Download
Precompiled builds of the command-line extraction utility (`hecl`) with embedded dataspec libraries are available at https://github.com/AxioDL/urde/releases. This will give you intermediate dumps of original formats as *blender* and *yaml* representations.

View File

@ -16,7 +16,7 @@ public:
struct SResInfo {
CAssetId x0_id;
bool x4_compressed : 1;
CFactoryMgr::ETypeTable x4_typeIdx : 7;
CFactoryMgr::ETypeTable x4_typeIdx;
u32 x5_offsetDiv32 : 27;
u32 x7_sizeDiv32 : 27;
SResInfo(CAssetId id, FourCC fcc, u32 offset, u32 size, u32 flags) : x0_id(id) {

2
hecl

@ -1 +1 @@
Subproject commit 769f4269919026e74ae245c612a8014bef660a50
Subproject commit 829f3dba27b1acf59a274c6dbcb156b72c9ff483

@ -1 +1 @@
Subproject commit 2aacce53c352cf21144bec2bb1971eb554de9911
Subproject commit b28b91a91f4a30400707efc50f27e79114b72abc