From 0d8dceea4310fde5706b3ce1c70609d72a38efdf Mon Sep 17 00:00:00 2001 From: John Schoenick Date: Wed, 9 Sep 2015 18:35:41 -0700 Subject: Updated the SDK with the latest code from the TF and HL2 branches. --- sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h (limited to 'sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h') diff --git a/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h b/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h new file mode 100644 index 00000000..c02bba19 --- /dev/null +++ b/sp/src/utils/lzma/C/7zip/Compress/Branch/BranchPPC.h @@ -0,0 +1,10 @@ +// BranchPPC.h + +#ifndef __BRANCH_PPC_H +#define __BRANCH_PPC_H + +#include "BranchTypes.h" + +UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding); + +#endif -- cgit v1.2.3