mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 08:07:09 -06:00
13 lines
110 B
C
Executable File
13 lines
110 B
C
Executable File
// ARM.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __ARM_H
|
|
#define __ARM_H
|
|
|
|
#include "Coder.h"
|
|
|
|
MyClass(BC_ARM, 0x05, 1)
|
|
|
|
#endif
|