home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * "Irit" - the 3d polygonal solid modeller. *
- * *
- * Written by: Gershon Elber Ver 0.2, Mar. 1990 *
- ******************************************************************************
- * General, local to module, definitions of DosIntr module. *
- *****************************************************************************/
-
- /* Prototypes of the functions in the module: */
-
- #ifndef DOS_INTR_LH
- #define DOS_INTR_LH
-
- static void DosReleaseResources(void);
- static void DosReclaimResources(void);
-
- #endif /* DOS_INTR_LH */
-