home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * "Irit" - the 3d polygonal solid modeller. *
- * *
- * Written by: Gershon Elber Ver 0.2, Mar. 1990 *
- ******************************************************************************
- * General, visible to others, definitions of polygon adjacencies module. *
- *****************************************************************************/
-
- #ifndef ADJACENCY_GH
- #define ADJACENCY_GH
-
- /* Some prototypes of the global routines in this module: */
-
- int GenAdjacencies(ObjectStruct *PObj);
-
- #endif /* ADJACENCY_GH */
-