diff options
author | chai <chaifix@163.com> | 2021-10-17 16:01:30 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-17 16:01:30 +0800 |
commit | 6e73ca6ada8a41692809dae5db89c8db0675ce1e (patch) | |
tree | 3ca6f06b29b3e2c183750ddcff8d7a09d0785e6b /Runner/Scripting/luax_cfunctions.h | |
parent | e13f699ee5f575198552d94ada1167305c82bb2f (diff) |
-Runner
Diffstat (limited to 'Runner/Scripting/luax_cfunctions.h')
-rw-r--r-- | Runner/Scripting/luax_cfunctions.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Runner/Scripting/luax_cfunctions.h b/Runner/Scripting/luax_cfunctions.h deleted file mode 100644 index 2570bb9..0000000 --- a/Runner/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 |