diff options
author | chai <chaifix@163.com> | 2020-11-15 09:59:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-11-15 09:59:22 +0800 |
commit | 64f89347883d519b202711a11d2ea175bd80be37 (patch) | |
tree | 1a4a53561f49e40bc57eddb5063a4bdb8c083f44 /Runtime/Scripting/luax_cfunctions.h | |
parent | 3bc1b7854d5a9e6bbe0d3409dac95e1b08e20a23 (diff) |
+lua binding
Diffstat (limited to 'Runtime/Scripting/luax_cfunctions.h')
-rw-r--r-- | Runtime/Scripting/luax_cfunctions.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Runtime/Scripting/luax_cfunctions.h b/Runtime/Scripting/luax_cfunctions.h deleted file mode 100644 index 2570bb9..0000000 --- a/Runtime/Scripting/luax_cfunctions.h +++ /dev/null @@ -1,25 +0,0 @@ -#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 |