server/src/bind_tolua.h

6 lines
111 B
C

#ifndef BIND_TOLUA_H
#define BIND_TOLUA_H
struct lua_State;
void tolua_bind_open(struct lua_State * L);
#endif