server/src/bind_tolua.h
Enno Rehling 804734d013 MSVC: disable level 4 warning C4100 for tolua-generated code (unused variable)
make a single object from all generated binding code.
this setup is unusual, but easier to maintain.
2014-08-14 19:39:17 +02:00

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