home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / i / iritsm3s.zip / irit / adjacncy.h < prev    next >
C/C++ Source or Header  |  1990-09-02  |  617b  |  17 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, visible to others, definitions of polygon adjacencies module.     *
  7. *****************************************************************************/
  8.  
  9. #ifndef    ADJACENCY_GH
  10. #define    ADJACENCY_GH
  11.  
  12. /* Some prototypes of the global routines in this module: */
  13.  
  14. int GenAdjacencies(ObjectStruct *PObj);
  15.  
  16. #endif    /* ADJACENCY_GH */
  17.