This commit is contained in:
Daveo 2001-04-07 21:17:27 +00:00
parent aefdd396f8
commit 4e8b7d3628
11 changed files with 414 additions and 484 deletions

View file

@ -21,8 +21,18 @@
extern const s16 c_circle[ NO_SIN ];
extern const MATRIX IdentityMtx;
/*****************************************************************************/
struct sBox
{
s16 x0,y0;
s16 x1,y1;
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);
/*****************************************************************************/
/*** Loads of inlines ********************************************************/