server/src/bind_ship.h

12 lines
182 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
extern "C" {
#endif
struct lua_State;
int tolua_shiplist_next(struct lua_State *L);
void tolua_ship_open(struct lua_State *L);
#ifdef __cplusplus
}
#endif