Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now (hiya eriktorbjorn, this one is for you *ggg*)
svn-id: r23547
This commit is contained in:
parent
348e34c685
commit
f59cf1fcdc
30 changed files with 117 additions and 119 deletions
|
@ -45,13 +45,13 @@ struct BompHeader { /* Bomp header */
|
|||
struct {
|
||||
uint16 unk;
|
||||
uint16 width, height;
|
||||
} GCC_PACK old;
|
||||
} old;
|
||||
|
||||
struct {
|
||||
uint32 width, height;
|
||||
} GCC_PACK v8;
|
||||
} GCC_PACK;
|
||||
} GCC_PACK;
|
||||
} v8;
|
||||
};
|
||||
};
|
||||
|
||||
#if defined(END_PACK_STRUCTS)
|
||||
#pragma END_PACK_STRUCTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue