2021-03-21 18:35:04 +00:00
|
|
|
#pragma option -zCSHARED
|
2020-09-06 18:49:20 +00:00
|
|
|
|
2024-05-22 21:30:38 +00:00
|
|
|
#include "libs/master.lib/pc98_gfx.hpp"
|
2024-05-20 18:02:24 +00:00
|
|
|
#include "libs/master.lib/master.hpp"
|
2021-01-04 15:07:07 +00:00
|
|
|
#include "th02/core/initexit.h"
|
2020-09-06 18:49:20 +00:00
|
|
|
|
|
|
|
void game_exit_to_dos(void)
|
|
|
|
{
|
|
|
|
game_exit();
|
|
|
|
key_beep_on();
|
2021-01-26 15:33:06 +00:00
|
|
|
text_systemline_show();
|
|
|
|
text_cursor_show();
|
2020-09-06 18:49:20 +00:00
|
|
|
}
|