ARM.h 103 B

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