diff --git a/CLEO5.vcxproj b/CLEO5.vcxproj index 5dc3855e..6b9583e9 100644 --- a/CLEO5.vcxproj +++ b/CLEO5.vcxproj @@ -67,6 +67,10 @@ NotUsing NotUsing + + NotUsing + NotUsing + diff --git a/CLEO5.vcxproj.filters b/CLEO5.vcxproj.filters index a6b4f839..31b955c1 100644 --- a/CLEO5.vcxproj.filters +++ b/CLEO5.vcxproj.filters @@ -105,6 +105,9 @@ source\utils + + plugin_sdk + diff --git a/source/CScriptEngine.cpp b/source/CScriptEngine.cpp index 96885f90..2016096f 100644 --- a/source/CScriptEngine.cpp +++ b/source/CScriptEngine.cpp @@ -2,6 +2,7 @@ #include "CleoBase.h" #include "CFileMgr.h" #include "CGame.h" +#include #include