mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 14:07:00 -06:00
13 lines
112 B
C
Executable File
13 lines
112 B
C
Executable File
// M68.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __M68_H
|
|
#define __M68_H
|
|
|
|
#include "Coder.h"
|
|
|
|
MyClass(BC_M68_B, 0x06, 5)
|
|
|
|
#endif
|