[idd] helper/resize: move logic to .cpp and add error checking

This commit is contained in:
Quantum
2025-09-22 01:54:33 -04:00
committed by Geoffrey McRae
parent 2647678b0f
commit c99f516b29
4 changed files with 26 additions and 7 deletions

View File

@@ -187,6 +187,7 @@ copy /Y "$(ProjectDir)VERSION" "$(SolutionDir)$(Platform)\$(Configuration)\LGIdd
<ClCompile Include="CWidget.cpp" />
<ClCompile Include="CWindow.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="UIHelpers.cpp" />
</ItemGroup>
<ItemGroup>
<CLInclude Include="$(SolutionDir)LGCommon\*.h" />