summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Scripting/Luax.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Asura.Engine/Scripting/Luax.hpp')
-rw-r--r--Source/Asura.Engine/Scripting/Luax.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/Asura.Engine/Scripting/Luax.hpp b/Source/Asura.Engine/Scripting/Luax.hpp
new file mode 100644
index 0000000..b371166
--- /dev/null
+++ b/Source/Asura.Engine/Scripting/Luax.hpp
@@ -0,0 +1,8 @@
+#ifndef __AE_LUAX_H__
+#define __AE_LUAX_H__
+
+#include "Lua51/lua.h"
+#include "Lua51/lauxlib.h"
+#include "Luax/luax.h"
+
+#endif \ No newline at end of file