Dialog XML definitions are now loaded thru the resource manager

This commit is contained in:
2023-01-07 11:59:42 -05:00
parent c3dd886783
commit e3d6a4748e
25 changed files with 222 additions and 108 deletions

View File

@@ -368,6 +368,7 @@
<ClCompile Include="..\..\..\src\fileio\gzstream\gzstream.cpp" />
<ClCompile Include="..\..\..\src\fileio\map_parse.cpp" />
<ClCompile Include="..\..\..\src\fileio\resmgr\res_cursor.cpp" />
<ClCompile Include="..\..\..\src\fileio\resmgr\res_dialog.cpp" />
<ClCompile Include="..\..\..\src\fileio\resmgr\res_font.cpp" />
<ClCompile Include="..\..\..\src\fileio\resmgr\res_image.cpp" />
<ClCompile Include="..\..\..\src\fileio\resmgr\res_sound.cpp" />
@@ -447,6 +448,7 @@
<ClInclude Include="..\..\..\src\fileio\map_parse.hpp" />
<ClInclude Include="..\..\..\src\fileio\resmgr\resmgr.hpp" />
<ClInclude Include="..\..\..\src\fileio\resmgr\res_cursor.hpp" />
<ClInclude Include="..\..\..\src\fileio\resmgr\res_dialog.hpp" />
<ClInclude Include="..\..\..\src\fileio\resmgr\res_font.hpp" />
<ClInclude Include="..\..\..\src\fileio\resmgr\res_image.hpp" />
<ClInclude Include="..\..\..\src\fileio\resmgr\res_sound.hpp" />
@@ -584,4 +586,4 @@
</Copy>
<Message Text="changed:@(ChangedScenarios)" Importance="high" />
</Target>
</Project>
</Project>

View File

@@ -786,6 +786,9 @@
<ClInclude Include="..\..\..\src\fileio\resmgr\res_cursor.hpp">
<Filter>FileIO\ResMgr</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\fileio\resmgr\res_dialog.hpp">
<Filter>FileIO\ResMgr</Filter>
</ClInclude>
<ClInclude Include="..\..\..\src\fileio\resmgr\res_font.hpp">
<Filter>FileIO\ResMgr</Filter>
</ClInclude>
@@ -1008,4 +1011,4 @@
<Filter>DialogXML\Widgets</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>