home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
io Programmo 23
/
IOPROG_23.ISO
/
SOFT
/
RAYCAST.ZIP
/
CLOSERS.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-10-19
|
140 b
|
13 lines
#ifndef _CLOSERS_
#define _CLOSERS_
#ifdef OS_DOS
void Dos_Close();
#endif
#ifdef OS_WINDOWS
void Win_Close();
#endif
#endif