home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / RAYCAST.ZIP / CLOSERS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-19  |  140 b   |  13 lines

  1. #ifndef _CLOSERS_
  2. #define _CLOSERS_
  3.  
  4. #ifdef OS_DOS
  5. void Dos_Close();
  6. #endif
  7.  
  8. #ifdef OS_WINDOWS
  9. void Win_Close();
  10. #endif
  11.  
  12. #endif
  13.