Variable size region support, by RevolutionSmythe

This commit is contained in:
Siana Gearz
2011-08-04 22:20:25 +02:00
parent 87070be7e3
commit 174a33beb3
24 changed files with 159 additions and 50 deletions

View File

@@ -46,7 +46,7 @@ void end_patch_coding(LLBitPack &bitpack);
void init_patch_decoding(LLBitPack &bitpack);
void decode_patch_group_header(LLBitPack &bitpack, LLGroupHeader *gopp);
void decode_patch_header(LLBitPack &bitpack, LLPatchHeader *ph);
void decode_patch_header(LLBitPack &bitpack, LLPatchHeader *ph, BOOL b_large_patch);
void decode_patch(LLBitPack &bitpack, S32 *patches);
#endif