home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega CD-ROM 1
/
megacd_rom_1.zip
/
megacd_rom_1
/
IRIT
/
IRITS.ZIP
/
ADJCNCYG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-05-05
|
633b
|
17 lines
/*****************************************************************************
* "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 */