mirror of https://github.com/nmlgc/ReC98.git
8 lines
111 B
C
8 lines
111 B
C
|
void game_exit_to_dos(void)
|
||
|
{
|
||
|
game_exit();
|
||
|
key_beep_on();
|
||
|
text_systemline_on();
|
||
|
text_cursor_on();
|
||
|
}
|