mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 12:14:49 +02:00
11 lines
107 B
C
11 lines
107 B
C
// IA64.h
|
|
|
|
#ifndef __IA64_H
|
|
#define __IA64_H
|
|
|
|
#include "BranchCoder.h"
|
|
|
|
MyClassA(BC_IA64, 0x04, 1)
|
|
|
|
#endif
|