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 / dataprsr.h < prev    next >
C/C++ Source or Header  |  1991-09-02  |  662b  |  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 DataPrsr goes to here:         *
  7. *****************************************************************************/
  8.  
  9. #ifndef    DATA_PRSR_GH
  10. #define    DATA_PRSR_GH
  11.  
  12. void DataPrsrPutObject(char *FileName, ObjectStruct *PObj);
  13. ObjectStruct *DataPrsrGetObjects(char *FileName);
  14. int DataPrsrParseError(char **ErrorMsg);
  15.  
  16. #endif    /* DATA_PRSR_GH */
  17.