forked from github/server
11 lines
190 B
C
11 lines
190 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
struct lua_State;
|
|
int tolua_buildinglist_next(struct lua_State *L);
|
|
void tolua_building_open(struct lua_State *L);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|