forked from github/server
6 lines
111 B
C
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
|