1 // ARM.h
2
3 #ifndef __ARM_H
4 #define __ARM_H
5
6 #include "BranchCoder.h"
7
8 MyClassA(BC_ARM, 0x05, 1)
9
10 #endif