From 2fb6b09dcf2ceb09cf021adb4a89f4c1255d5558 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 13 Jan 2019 09:36:13 +0800 Subject: +luax --- Source/3rdParty/Luax/luax.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Source/3rdParty/Luax/luax.h (limited to 'Source/3rdParty/Luax/luax.h') diff --git a/Source/3rdParty/Luax/luax.h b/Source/3rdParty/Luax/luax.h new file mode 100644 index 0000000..68ff9f2 --- /dev/null +++ b/Source/3rdParty/Luax/luax.h @@ -0,0 +1,21 @@ +#ifndef __LUAX_H__ +#define __LUAX_H__ + +extern "C" { +#include "lua.h" +#include "lualib.h" +#include "lauxlib.h" +} +// include lua.hpp before this +#include "luax_runtime.h" +#include "luax_state.h" +#include "luax_ref.h" +#include "luax_class.h" +#include "luax_module.h" + +// luax 扩展的lua主要概念有 +// * modules +// * class +// * + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0