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 DataPrsr goes to here: *
- *****************************************************************************/
-
- #ifndef DATA_PRSR_GH
- #define DATA_PRSR_GH
-
- void DataPrsrPutObject(char *FileName, ObjectStruct *PObj);
- ObjectStruct *DataPrsrGetObjects(char *FileName);
- int DataPrsrParseError(char **ErrorMsg);
-
- #endif /* DATA_PRSR_GH */
-