sm64pc/src/pc/pc_main.h

8 lines
107 B
C

#ifndef _PC_MAIN_H
#define _PC_MAIN_H
void game_deinit(void);
void game_exit(void);
#endif // _PC_MAIN_H