Thierry Fournier | fb0b546 | 2016-01-21 09:28:58 +0100 | [diff] [blame] | 1 | #ifndef _PROTO_HLUA_FCN_H |
2 | #define _PROTO_HLUA_FCN_H | ||||
3 | |||||
Thierry Fournier | 9e7e3ea | 2016-01-27 09:55:30 +0100 | [diff] [blame] | 4 | void *hlua_checkudata(lua_State *L, int ud, int class_ref); |
Thierry Fournier | fb0b546 | 2016-01-21 09:28:58 +0100 | [diff] [blame] | 5 | int hlua_fcn_reg_core_fcn(lua_State *L); |
6 | |||||
7 | #endif /* _PROTO_HLUA_FCN_H */ |