home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / IRITS.ZIP / DOSINTRL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-05  |  645 b   |  18 lines

  1. /*****************************************************************************
  2. *   "Irit" - the 3d polygonal solid modeller.                     *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 0.2, Mar. 1990   *
  5. ******************************************************************************
  6. * General, local to module, definitions of DosIntr module.             *
  7. *****************************************************************************/
  8.  
  9. /* Prototypes of the functions in the module: */
  10.  
  11. #ifndef    DOS_INTR_LH
  12. #define    DOS_INTR_LH
  13.  
  14. static void DosReleaseResources(void);
  15. static void DosReclaimResources(void);
  16.  
  17. #endif    /* DOS_INTR_LH */
  18.