11 #define MSPACK_OAB_H 1
34 #define oabhead_VersionHi (0x0000)
35 #define oabhead_VersionLo (0x0004)
36 #define oabhead_BlockMax (0x0008)
37 #define oabhead_TargetSize (0x000c)
38 #define oabhead_SIZEOF (0x0010)
40 #define oabblk_Flags (0x0000)
41 #define oabblk_CompSize (0x0004)
42 #define oabblk_UncompSize (0x0008)
43 #define oabblk_CRC (0x000c)
44 #define oabblk_SIZEOF (0x0010)
46 #define patchhead_VersionHi (0x0000)
47 #define patchhead_VersionLo (0x0004)
48 #define patchhead_BlockMax (0x0008)
49 #define patchhead_SourceSize (0x000c)
50 #define patchhead_TargetSize (0x0010)
51 #define patchhead_SourceCRC (0x0014)
52 #define patchhead_TargetCRC (0x0018)
53 #define patchhead_SIZEOF (0x001c)
55 #define patchblk_PatchSize (0x0000)
56 #define patchblk_TargetSize (0x0004)
57 #define patchblk_SourceSize (0x0008)
58 #define patchblk_CRC (0x000c)
59 #define patchblk_SIZEOF (0x0010)
struct msoab_compressor base
struct mspack_system * system
struct msoab_decompressor base
struct mspack_system * system