mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
11 lines
105 B
C
Executable File
11 lines
105 B
C
Executable File
// PPC.h
|
|
|
|
#ifndef __PPC_H
|
|
#define __PPC_H
|
|
|
|
#include "BranchCoder.h"
|
|
|
|
MyClassA(BC_PPC_B, 0x02, 5)
|
|
|
|
#endif
|