home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / prog / cprog / triangle.lha / triangle.h < prev   
Encoding:
Text File  |  1991-09-04  |  114 b   |  4 lines

  1.  
  2. void drawTriangle(unsigned x1,unsigned y1,unsigned x2,unsigned y2,unsigned x3,unsigned y3,unsigned char c);
  3.  
  4.