home *** CD-ROM | disk | FTP | other *** search
/ Teach Yourself Game Programming in 21 Days / TYGAMES_R.ISO / source / day_14 / graph14.h < prev    next >
Text File  |  1994-07-20  |  249b  |  11 lines

  1.  
  2. // P R O T O T Y P E S ////////////////////////////////////////////////////////
  3.  
  4. void Draw_Polygon_DB(polygon_ptr poly);
  5.  
  6. void Draw_Polygon_Clip_DB(polygon_ptr poly);
  7.  
  8. void Bline_DB(int xo, int yo, int x1,int y1, unsigned char color);
  9.  
  10.  
  11.