mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 19:54:18 +02:00
11 lines
105 B
C
11 lines
105 B
C
// PPC.h
|
|
|
|
#ifndef __PPC_H
|
|
#define __PPC_H
|
|
|
|
#include "BranchCoder.h"
|
|
|
|
MyClassA(BC_PPC_B, 0x02, 5)
|
|
|
|
#endif
|