diff options
Diffstat (limited to 'Source/external/Luax/luax_cfunctions.h')
-rw-r--r-- | Source/external/Luax/luax_cfunctions.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Source/external/Luax/luax_cfunctions.h b/Source/external/Luax/luax_cfunctions.h new file mode 100644 index 0000000..2570bb9 --- /dev/null +++ b/Source/external/Luax/luax_cfunctions.h @@ -0,0 +1,25 @@ +#ifndef __LUAX_CFUNCTIONS_H__ +#define __LUAX_CFUNCTIONS_H__ + +#include "luax_config.h" + +/** + * luax_cfunctionĺעluaһЩܵͨú +*/ + +namespace Luax +{ + + /// + /// õһupvalue + /// + extern int luax_c_getupvalue(lua_State* L); + + /// + /// ô˺ʱᱨupvalue(1)ǴϢ + /// + extern int luax_c_errfunc(lua_State* L); + +} + +#endif
\ No newline at end of file |