Mercurial > mm7
changeset 2066:f7e5b9f236ae
inline LuaVM()
author | Ritor1 |
---|---|
date | Tue, 03 Dec 2013 09:22:24 +0600 |
parents | 64e23bf9d27e |
children | 2e08496c40c2 |
files | Build/Visual Studio 2010/World of Might and Magic.vcxproj Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters Events.cpp LuaVM.h |
diffstat | 4 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Build/Visual Studio 2010/World of Might and Magic.vcxproj Fri Nov 29 12:20:44 2013 +0200 +++ b/Build/Visual Studio 2010/World of Might and Magic.vcxproj Tue Dec 03 09:22:24 2013 +0600 @@ -163,6 +163,7 @@ <ClCompile Include="..\..\LightsStack.cpp" /> <ClCompile Include="..\..\LOD.cpp" /> <ClCompile Include="..\..\Log.cpp" /> + <ClCompile Include="..\..\LuaVM.cpp" /> <ClCompile Include="..\..\mm7text_ru.cpp" /> <ClCompile Include="..\..\mm7_2.cpp" /> <ClCompile Include="..\..\mm7_3.cpp" /> @@ -322,6 +323,7 @@ <ClInclude Include="..\..\Lights.h" /> <ClInclude Include="..\..\LOD.h" /> <ClInclude Include="..\..\Log.h" /> + <ClInclude Include="..\..\LuaVM.h" /> <ClInclude Include="..\..\MapInfo.h" /> <ClInclude Include="..\..\MM7.h" /> <ClInclude Include="..\..\mm7_data.h" />
--- a/Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters Fri Nov 29 12:20:44 2013 +0200 +++ b/Build/Visual Studio 2010/World of Might and Magic.vcxproj.filters Tue Dec 03 09:22:24 2013 +0600 @@ -285,6 +285,7 @@ <Filter>UI</Filter> </ClInclude> <ClInclude Include="..\..\Timer.h" /> + <ClInclude Include="..\..\LuaVM.h" /> </ItemGroup> <ItemGroup> <Filter Include="lib"> @@ -605,6 +606,7 @@ <Filter>UI\Books</Filter> </ClCompile> <ClCompile Include="..\..\Timer.cpp" /> + <ClCompile Include="..\..\LuaVM.cpp" /> </ItemGroup> <ItemGroup> <CustomBuild Include="..\..\NewUI\Core\UIControlModule.swig">