sm64coopdx/src/pc/pc_main.h
2020-07-07 15:21:14 +03:00

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