mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 10:07:13 -06:00
13 lines
130 B
C
Executable File
13 lines
130 B
C
Executable File
// ARMThumb.h
|
|
|
|
#pragma once
|
|
|
|
#ifndef __ARMTHUMB_H
|
|
#define __ARMTHUMB_H
|
|
|
|
#include "Coder.h"
|
|
|
|
MyClass(BC_ARMThumb, 0x07, 1)
|
|
|
|
#endif
|