server/src/eressea.h
Enno Rehling abca25d1d5 fix indentation in every file
fix copyright date
remove vi ts=2 code
remove a couple of superfluous extern declarations
2015-01-30 20:37:14 +01:00

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