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

  1. #ifndef _DOSFUNCS_
  2. #define _DOSFUNCS_
  3.  
  4. #ifdef OS_DOS
  5. void Dos_Copy_Buff();
  6. #endif
  7.  
  8. #endif
  9.