ReC98/th02/core/initexit.h

8 lines
127 B
C

#if (GAME == 2)
int game_init_op(void);
int game_init_main(void);
#endif
void game_exit(void);
void game_exit_to_dos(void);