home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 1
/
FishNMoreVol1.bin
/
more
/
math&science
/
math_misc
/
surf
/
src
/
main.c
< 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
|
1990-09-10
|
135 b
|
12 lines
#include "scrnio.h"
#include "mytypes.h"
main()
{
InitWindow();
/* ClrWindow(true); */
SwitchBox();
CloseDisplay();
}