forked from github/server
abca25d1d5
fix copyright date remove vi ts=2 code remove a couple of superfluous extern declarations
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
|