home *** CD-ROM | disk | FTP | other *** search
/ Cutting-Edge 3D Game Programming with C++ / CE3DC++.ISO / BOOK / CHAP09 / PHONG / DRAWPOLY.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-13  |  125 b   |  13 lines

  1. //
  2. //
  3. //
  4. //
  5. //
  6. //
  7. //
  8. //
  9.  
  10. #include "LineType.HPP"
  11.  
  12. void DrawPoly ( Point2D *, Point3D *, int , unsigned char * );
  13.