This commit is contained in:
parent
aefdd396f8
commit
4e8b7d3628
11 changed files with 414 additions and 484 deletions
|
@ -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 ********************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue