forked from github/server
804734d013
make a single object from all generated binding code. this setup is unusual, but easier to maintain.
5 lines
111 B
C
5 lines
111 B
C
#ifndef BIND_TOLUA_H
|
|
#define BIND_TOLUA_H
|
|
struct lua_State;
|
|
void tolua_bind_open(struct lua_State * L);
|
|
#endif
|