This commit is contained in:
Daveo 2001-05-14 22:12:09 +00:00
parent 1e6fb59d99
commit 87042023f8
4 changed files with 26 additions and 29 deletions

View file

@ -18,10 +18,11 @@
#define SINMASK (NO_SIN - 1)
#define COSPOS (NO_SIN / 4)
extern const s16 c_circle[ NO_SIN ];
extern const MATRIX IdentityMtx;
//extern const s16 c_circle[ NO_SIN ];
//extern const MATRIX IdentityMtx;
/*****************************************************************************/
/*
struct sBox
{
s16 x0,y0;
@ -29,10 +30,10 @@ struct sBox
s16 x2,y2;
s16 x3,y3;
};
*/
/*****************************************************************************/
u8 *MakePtr(void *BasePtr,int Offset);
void RotateBox(sBox *B,int W,int H,int _xScale,int _yScale,int _rot);
//void RotateBox(sBox *B,int W,int H,int _xScale,int _yScale,int _rot);
/*****************************************************************************/
/*** Loads of inlines ********************************************************/