home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / agl103p.lha / src / agl / pro / poly.pro < prev    next >
Encoding:
Text File  |  1994-12-09  |  677 b   |  22 lines

  1. /* poly.c */
  2. void recti(long x1,long y1,long x2,long y2);
  3. void rectfi(long x1,long y1,long x2,long y2);
  4. void rects(short x1,short y1,short x2,short y2);
  5. void rectfs(short x1,short y1,short x2,short y2);
  6. void rect(float x1,float y1,float x2,float y2);
  7. void rectf(float x1,float y1,float x2,float y2);
  8. void rectvert(float x1,float y1,float x2,float y2,long line);
  9. void bgnpoint(void);
  10. void endpoint(void);
  11. void bgnline(void);
  12. void endline(void);
  13. void bgnpolygon(void);
  14. void endpolygon(void);
  15. void render_vertex(short vert[2]);
  16. void mapcolor(long m,long r,long g,long b);
  17. void getmcolor(long m,long *r,long *g,long *b);
  18. void color(long c);
  19. long getcolor(void);
  20. void clear(void);
  21.  
  22.