From 3da5ae9961d535cbdc9ee67be796e1e35a3ae7f0 Mon Sep 17 00:00:00 2001 From: Bluub Date: Thu, 17 Jun 2021 11:52:18 +0200 Subject: [PATCH] remoe lua.hpp --- lib/LuaGate/sources/lua.hpp | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 lib/LuaGate/sources/lua.hpp diff --git a/lib/LuaGate/sources/lua.hpp b/lib/LuaGate/sources/lua.hpp deleted file mode 100644 index 5d6b3a05..00000000 --- a/lib/LuaGate/sources/lua.hpp +++ /dev/null @@ -1,5 +0,0 @@ -extern "C" { -#include "lua.h" -#include "lualib.h" -#include "lauxlib.h" -} \ No newline at end of file