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/lua.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Source/3rdParty/Luax/lua.hpp (limited to 'Source/3rdParty/Luax/lua.hpp') diff --git a/Source/3rdParty/Luax/lua.hpp b/Source/3rdParty/Luax/lua.hpp new file mode 100644 index 0000000..2ad2293 --- /dev/null +++ b/Source/3rdParty/Luax/lua.hpp @@ -0,0 +1,11 @@ +#ifndef __LUAX_LUA_HPP__ +#define __LUAX_LUA_HPP__ + +// Include lua first + +extern "C" { +#include "lua.h" +#include "lualib.h" +#include "lauxlib.h" +} +#endif \ No newline at end of file -- cgit v1.1-26-g67d0