server/src/eressea.h
Enno Rehling 03c247c788 I am killing the core/ directory.
Lots of files are moving to a new location in src/
Some intersting CMake changes.
2014-02-18 05:45:00 +01:00

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