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