home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / QuakeC / qtools0.2-src.lha / src / libqdisplay / clippoly.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-07-10  |  120 b   |  7 lines

  1. #ifndef CLIPPOLY_H
  2. #define CLIPPOLY_H
  3.  
  4. int clip_poly(int n, point_3d ** vl, int codes_or, point_3d *** out_vl);
  5.  
  6. #endif
  7.