mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 22:06:59 -06:00
11 lines
103 B
C
Executable File
11 lines
103 B
C
Executable File
// ARM.h
|
|
|
|
#ifndef __ARM_H
|
|
#define __ARM_H
|
|
|
|
#include "BranchCoder.h"
|
|
|
|
MyClassA(BC_ARM, 0x05, 1)
|
|
|
|
#endif
|