This commit is contained in:
Daveo 2001-06-28 21:01:28 +00:00
parent db80847a5d
commit 1231e2e3fd
3 changed files with 31 additions and 25 deletions

View file

@ -6,6 +6,22 @@
#define __LAYER_TILE_3D_Hx__
#define CMX_SetRotMatrixXY( r0 ) __asm__ ( \
"lw $12, 0( %0 );" \
"lw $13, 4( %0 );" \
"ctc2 $12, $0;" \
"ctc2 $13, $2;" \
: \
: "r"( r0 ) \
: "$12", "$13")
struct sFlipTable
{
s16 Mtx[4];
s32 ClipCode;
};
extern sFlipTable FlipTable[];
/*****************************************************************************/
class FontBank;
class CLayerTile3d : public CLayerTile