sm64coopdx/src/pc/pc_main.h
fgsfds ece7649b4b use a wrapper for exiting instead of just calling exit()
this might also fix the webgl build issue
2020-05-17 19:56:56 +03:00

7 lines
107 B
C

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