mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-05 02:07:26 +00:00
ece7649b4b
this might also fix the webgl build issue
7 lines
107 B
C
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
|