mirror of https://github.com/nmlgc/ReC98.git
21 lines
310 B
C++
21 lines
310 B
C++
#pragma option -zCSHARED -Z
|
|
|
|
#include <stddef.h>
|
|
#include "platform.h"
|
|
#include "x86real.h"
|
|
#include "master.hpp"
|
|
extern "C" {
|
|
#include "th03/core/initexit.h"
|
|
}
|
|
|
|
void game_exit_from_mainl_to_main()
|
|
{
|
|
pfend();
|
|
graph_accesspage(0);
|
|
graph_showpage(0);
|
|
vsync_end();
|
|
mem_unassign();
|
|
js_end();
|
|
egc_start();
|
|
}
|