summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/lua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/3rdParty/Luax/lua.hpp')
-rw-r--r--Source/3rdParty/Luax/lua.hpp11
1 files changed, 11 insertions, 0 deletions
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