diff --git a/Editor/Editor.vcproj b/Editor/Editor.vcproj index fb017068..20058963 100644 --- a/Editor/Editor.vcproj +++ b/Editor/Editor.vcproj @@ -387,7 +387,7 @@ -#include -#include +#include "lua.h" +#include "lauxlib.h" +#include "lualib.h" } #include "Types.h" diff --git a/lua/lua.cpp b/lua/lua.cpp index b6d2082c..b2fb7fa6 100644 --- a/lua/lua.cpp +++ b/lua/lua.cpp @@ -1,6 +1,6 @@ #include #include -#include +#include "Lua Interpreter.h" #include "lwstring.h" #include "Overhead.h" diff --git a/lua/lua.vcproj b/lua/lua.vcproj index 7f5b09c5..87814886 100644 --- a/lua/lua.vcproj +++ b/lua/lua.vcproj @@ -19,6 +19,7 @@