server/src/eressea.h

14 lines
172 B
C
Raw Normal View History

2010-08-08 01:06:34 -07:00
#ifndef H_ERESSEA_LIB
#define H_ERESSEA_LIB
#ifdef __cplusplus
extern "C" {
#endif
void game_init(void);
void game_done(void);
2010-08-08 01:06:34 -07:00
#ifdef __cplusplus
}
#endif
#endif