server/src/bindings/bind_gmtool.h
2010-08-08 01:14:01 -07:00

10 lines
136 B
C

#ifdef __cplusplus
extern "C" {
#endif
struct lua_State;
void tolua_gmtool_open(struct lua_State *L);
#ifdef __cplusplus
}
#endif