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.h | |
parent | e13f699ee5f575198552d94ada1167305c82bb2f (diff) |
-Runner
Diffstat (limited to 'Runner/Scripting/luax.h')
-rw-r--r-- | Runner/Scripting/luax.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Runner/Scripting/luax.h b/Runner/Scripting/luax.h deleted file mode 100644 index 1980f41..0000000 --- a/Runner/Scripting/luax.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef __LUAX_H__ -#define __LUAX_H__ - -/// -/// Luax(port) library 用于给lua注册类和函数 -/// - -#include "luax_state.h" -#include "luax_vm.h" -#include "luax_ref.h" -#include "luax_reftable.h" -#include "luax_enum.h" -#include "luax_class.hpp" -#include "luax_memberref.h" -#include "luax_class.inc" -#include "luax_state.inc" - -#endif
\ No newline at end of file |