ReC98/th02/exit.c

10 lines
125 B
C

void game_exit(void)
{
pfend();
graph_clear_both();
vsync_end();
mem_unassign();
text_clear();
egc_start();
}