mirror of
https://github.com/love2d/megasource.git
synced 2026-08-19 20:20:11 +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
|