server/src/bind_faction.h

15 lines
201 B
C
Raw Normal View History

2019-09-24 09:35:38 +02:00
#pragma once
struct lua_State;
2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
extern "C" {
#endif
int tolua_factionlist_next(struct lua_State *L);
void tolua_faction_open(struct lua_State *L);
#ifdef __cplusplus
}
#endif