ReC98/th02/exit_dos.cpp

14 lines
245 B
C++

#pragma option -zCSHARED
#include "libs/master.lib/pc98_gfx.hpp"
#include "libs/master.lib/master.hpp"
#include "th02/core/initexit.h"
void game_exit_to_dos(void)
{
game_exit();
key_beep_on();
text_systemline_show();
text_cursor_show();
}