mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 08:07:09 -06:00
13 lines
112 B
C
Executable File
13 lines
112 B
C
Executable File
// PPC.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __PPC_H
|
|
#define __PPC_H
|
|
|
|
#include "Coder.h"
|
|
|
|
MyClass(BC_PPC_B, 0x02, 5)
|
|
|
|
#endif
|