home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / 3d / irit / include / poly_cln.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-21  |  642 b   |  22 lines

  1. /******************************************************************************
  2. * Poly_cln.c - Clean polygonal data.                          *
  3. *******************************************************************************
  4. * Written by Gershon Elber, June 1993.                          *
  5. ******************************************************************************/
  6.  
  7. #ifndef POLY_CLN_H
  8. #define POLY_CLN_H
  9.  
  10. #if defined(__cplusplus) || defined(c_plusplus)
  11. extern "C" {
  12. #endif
  13.  
  14. void CleanUpPolygonList(IPPolygonStruct **PPolygons);
  15. void CleanUpPolylineList(IPPolygonStruct **PPolylines);
  16.  
  17. #if defined(__cplusplus) || defined(c_plusplus)
  18. }
  19. #endif
  20.  
  21. #endif /* POLY_CLN_H */
  22.