forked from github/server
03c247c788
Lots of files are moving to a new location in src/ Some intersting CMake changes.
13 lines
168 B
C
Executable file
13 lines
168 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
|