mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-05 10:17:26 +00:00
15 lines
176 B
C
15 lines
176 B
C
#ifndef _PC_MAIN_H
|
|
#define _PC_MAIN_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void game_deinit(void);
|
|
void game_exit(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _PC_MAIN_H
|