summaryrefslogtreecommitdiff
path: root/src/lua.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua.hpp')
-rw-r--r--src/lua.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lua.hpp b/src/lua.hpp
new file mode 100644
index 0000000..4cf79d2
--- /dev/null
+++ b/src/lua.hpp
@@ -0,0 +1,8 @@
+// Included locally
+// Building from sources doesn't include this by default
+// See Copyright Notice in thirdparty/lua/lua.h
+extern "C" {
+#include "lauxlib.h"
+#include "lua.h"
+#include "lualib.h"
+}