blob: 179d40cc3c7521188e42d47678de4b256d2fa875 [file] [log] [blame]
Thierry Fournierfb0b5462016-01-21 09:28:58 +01001#ifndef _PROTO_HLUA_FCN_H
2#define _PROTO_HLUA_FCN_H
3
Thierry Fournier9e7e3ea2016-01-27 09:55:30 +01004void *hlua_checkudata(lua_State *L, int ud, int class_ref);
Thierry Fournierfb0b5462016-01-21 09:28:58 +01005int hlua_fcn_reg_core_fcn(lua_State *L);
6
7#endif /* _PROTO_HLUA_FCN_H */