server/src/bind_region.h
2019-09-13 21:35:44 +02:00

11 lines
186 B
C

#ifdef __cplusplus
extern "C" {
#endif
struct lua_State;
void tolua_region_open(struct lua_State *L);
int tolua_regionlist_next(struct lua_State *L);
#ifdef __cplusplus
}
#endif