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/PPC.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sp/src/utils/lzma/C/7zip/Compress/Branch/PPC.h (limited to 'sp/src/utils/lzma/C/7zip/Compress/Branch/PPC.h') diff --git a/sp/src/utils/lzma/C/7zip/Compress/Branch/PPC.h b/sp/src/utils/lzma/C/7zip/Compress/Branch/PPC.h new file mode 100644 index 00000000..a0e33444 --- /dev/null +++ b/sp/src/utils/lzma/C/7zip/Compress/Branch/PPC.h @@ -0,0 +1,10 @@ +// PPC.h + +#ifndef __PPC_H +#define __PPC_H + +#include "BranchCoder.h" + +MyClassA(BC_PPC_B, 0x02, 5) + +#endif -- cgit v1.2.3