forked from github/server
13 lines
172 B
C
Executable file
13 lines
172 B
C
Executable file
#ifndef H_ERESSEA_LIB
|
|
#define H_ERESSEA_LIB
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void game_init(void);
|
|
void game_done(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|