ReC98/th02/exit_dos.c

8 lines
111 B
C

void game_exit_to_dos(void)
{
game_exit();
key_beep_on();
text_systemline_on();
text_cursor_on();
}