mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 04:05:22 +02:00
11 lines
123 B
C
11 lines
123 B
C
// ARMThumb.h
|
|
|
|
#ifndef __ARMTHUMB_H
|
|
#define __ARMTHUMB_H
|
|
|
|
#include "BranchCoder.h"
|
|
|
|
MyClassA(BC_ARMThumb, 0x07, 1)
|
|
|
|
#endif
|