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