home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: graphics3D2d_proto.h 10.01 (01.11.97)
- **
- ** Internal 2D functions prototypes for graphics3D.library
- **
- ** (C) Copyright 97 Patrizio Biancalani
- ** All Rights Reserved.
- */
-
- struct grafica *ini_g(REG(a0)struct Window *win,REG(d0)long int mxv);
-
- void close_g(REG(a0)struct grafica *graf);
-
- void switch_rp(REG(a0)struct grafica *graf);
-
- long int clipbox(REG(a0)struct grafica *graf,REG(d0)long int minx,
- REG(d1)long int miny,REG(d2)long int dx,REG(d3)long int dy);
-
- void polw(REG(a0)struct grafica *graf,REG(d0)long int nvert,
- REG(a1)short int *pvert);
-
- void polf(REG(a0)struct grafica *graf,REG(d0)long int nvert,
- REG(a1)short int *pvert);
-
- void polwf(REG(a0)struct grafica *graf,REG(d0)long int nvert,
- REG(a1)short int *pvert,REG(d1)long int colb);
-
- void cls_b(REG(a0)struct grafica *graf,REG(d0)long int x0,
- REG(d1)long int y0,REG(d2)long int x1,REG(d3)long int y1);
-
- void over(REG(a0)struct grafica *graf,REG(d0)long int mod);
-
-