2016-01-21 08:28:58 +00:00
|
|
|
#ifndef _PROTO_HLUA_FCN_H
|
|
|
|
#define _PROTO_HLUA_FCN_H
|
|
|
|
|
2016-01-27 08:55:30 +00:00
|
|
|
void *hlua_checkudata(lua_State *L, int ud, int class_ref);
|
2016-01-21 08:28:58 +00:00
|
|
|
int hlua_fcn_reg_core_fcn(lua_State *L);
|
|
|
|
|
|
|
|
#endif /* _PROTO_HLUA_FCN_H */
|