mirror of https://github.com/nmlgc/ReC98.git
10 lines
125 B
C
10 lines
125 B
C
|
void game_exit(void)
|
||
|
{
|
||
|
pfend();
|
||
|
graph_clear_both();
|
||
|
vsync_end();
|
||
|
mem_unassign();
|
||
|
text_clear();
|
||
|
egc_start();
|
||
|
}
|