home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISCWORLD 7
/
RISCWORLD_VOL7.iso
/
Software
/
Issue4
/
IYONIX
/
MANICMINER
/
SOURCE.ZIP
/
manicminer-1.6.3
/
gfxlibs
/
svgalib
/
c
/
shutdown
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-12-01
|
164 b
|
12 lines
#include "../../manic.h"
#include "keyboard.h"
#include "common.h"
#include "../init.h"
void
mm_gfx_shutdown (void)
{
keyboard_close ();
vga_setmode (TEXT);
}