server/core/src/eressea.h
Enno Rehling 89649844f6 core is now part of the server
simplifying git repository structure
2013-05-11 13:02:21 -07: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