mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 10:07:02 -06:00
11 lines
123 B
C
Executable File
11 lines
123 B
C
Executable File
// ARMThumb.h
|
|
|
|
#ifndef __ARMTHUMB_H
|
|
#define __ARMTHUMB_H
|
|
|
|
#include "BranchCoder.h"
|
|
|
|
MyClassA(BC_ARMThumb, 0x07, 1)
|
|
|
|
#endif
|