This commit is contained in:
Sergwest
2024-03-20 22:56:47 +03:00
parent c80d96a5ed
commit c1f0f0caae
2 changed files with 5 additions and 16 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#define LOGIC_SCRIPTING_LUA_H_
#ifdef __linux__
#include <lua/lua.hpp>
#include <luajit-2.1/lua.hpp>
#undef luaconf_h
#include <luaconf.h>
#else