/*****************************************************************************
*   "Irit" - the 3d (not only 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(IPObjectStruct *PObj);

#endif	/* ADJACENCY_GH */
