home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / IRIT / POLY3DS.ZIP / VIEWOBJG.H < prev    next >
C/C++ Source or Header  |  1990-05-05  |  512b  |  15 lines

  1. /*****************************************************************************
  2. * General, visible to others, definitions of View Object module.         *
  3. *                                         *
  4. * Written by:  Gershon Elber            IBM PC Ver 0.1,    Sep. 1988    *
  5. *****************************************************************************/
  6.  
  7. #ifndef    VIEW_OBJ_GH
  8. #define    VIEW_OBJ_GH
  9.  
  10. /* Prototypes for the View Object module: */
  11.  
  12. void InteractGeomObject(FileDescription **FD, int NumOfObjects, char **Objects);
  13.  
  14. #endif    VIEW_OBJ_GH
  15.