server/src/bind_gmtool.h

11 lines
136 B
C
Raw Normal View History

2010-08-08 10:06:34 +02:00
#ifdef __cplusplus
extern "C" {
#endif
struct lua_State;
void tolua_gmtool_open(struct lua_State *L);
#ifdef __cplusplus
}
#endif