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, 0 insertions, 11 deletions
diff --git a/Source/3rdParty/Luax/lua.hpp b/Source/3rdParty/Luax/lua.hpp
deleted file mode 100644
index ab14a19..0000000
--- a/Source/3rdParty/Luax/lua.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __LUAX_LUA_HPP__
-#define __LUAX_LUA_HPP__
-
-// Include lua first
-
-extern "C" {
-#include "lua51/lua.h"
-#include "lua51/lualib.h"
-#include "lua51/lauxlib.h"
-}
-#endif \ No newline at end of file