home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 23
/
IOPROG_23.ISO
/
SOFT
/
RAYCAST.ZIP
/
DOSFUNCS.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-07-13
|
99 b
|
9 lines
#ifndef _DOSFUNCS_
#define _DOSFUNCS_
#ifdef OS_DOS
void Dos_Copy_Buff();
#endif
#endif