home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / graphics3d / src / library / graphics3d2d_proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-13  |  969 b   |  33 lines

  1. /*
  2. **      $VER: graphics3D2d_proto.h 10.01 (01.11.97)
  3. **
  4. **      Internal 2D functions prototypes for graphics3D.library
  5. **
  6. **      (C) Copyright 97 Patrizio Biancalani
  7. **      All Rights Reserved.
  8. */
  9.  
  10. struct grafica *ini_g(REG(a0)struct Window *win,REG(d0)long int mxv);
  11.  
  12. void close_g(REG(a0)struct grafica *graf);
  13.  
  14. void switch_rp(REG(a0)struct grafica *graf);
  15.  
  16. long int clipbox(REG(a0)struct grafica *graf,REG(d0)long int minx,
  17.        REG(d1)long int miny,REG(d2)long int dx,REG(d3)long int dy);
  18.  
  19. void polw(REG(a0)struct grafica *graf,REG(d0)long int nvert,
  20.         REG(a1)short int *pvert);
  21.  
  22. void polf(REG(a0)struct grafica *graf,REG(d0)long int nvert,
  23.         REG(a1)short int *pvert);
  24.  
  25. void polwf(REG(a0)struct grafica *graf,REG(d0)long int nvert,
  26.     REG(a1)short int *pvert,REG(d1)long int colb);
  27.  
  28. void cls_b(REG(a0)struct grafica *graf,REG(d0)long int x0,
  29.     REG(d1)long int y0,REG(d2)long int x1,REG(d3)long int y1);
  30.  
  31. void over(REG(a0)struct grafica *graf,REG(d0)long int mod);
  32.  
  33.