|
109 | 109 | <ClCompile Include="src\fheroes2\editor\editor_interface.cpp" />
|
110 | 110 | <ClCompile Include="src\fheroes2\editor\editor_interface_panel.cpp" />
|
111 | 111 | <ClCompile Include="src\fheroes2\editor\editor_mainmenu.cpp" />
|
| 112 | + <ClCompile Include="src\fheroes2\editor\editor_map_specs_window.cpp" /> |
112 | 113 | <ClCompile Include="src\fheroes2\editor\editor_object_popup_window.cpp" />
|
113 | 114 | <ClCompile Include="src\fheroes2\editor\editor_castle_details_window.cpp" />
|
| 115 | + <ClCompile Include="src\fheroes2\editor\editor_event_details_window.cpp" /> |
114 | 116 | <ClCompile Include="src\fheroes2\editor\editor_options.cpp" />
|
| 117 | + <ClCompile Include="src\fheroes2\editor\editor_save_map_window.cpp" /> |
| 118 | + <ClCompile Include="src\fheroes2\editor\editor_sphinx_window.cpp" /> |
| 119 | + <ClCompile Include="src\fheroes2\editor\editor_ui_helper.cpp" /> |
115 | 120 | <ClCompile Include="src\fheroes2\editor\history_manager.cpp" />
|
116 | 121 | <ClCompile Include="src\fheroes2\game\difficulty.cpp" />
|
117 | 122 | <ClCompile Include="src\fheroes2\game\fheroes2.cpp" />
|
|
317 | 322 | <ClInclude Include="src\fheroes2\dialog\dialog_selectitems.h" />
|
318 | 323 | <ClInclude Include="src\fheroes2\dialog\dialog_selectscenario.h" />
|
319 | 324 | <ClInclude Include="src\fheroes2\dialog\dialog_system_options.h" />
|
320 |
| - <ClInclude Include="src\fheroes2\editor\editor.h" /> |
321 | 325 | <ClInclude Include="src\fheroes2\editor\editor_interface.h" />
|
322 | 326 | <ClInclude Include="src\fheroes2\editor\editor_interface_panel.h" />
|
| 327 | + <ClInclude Include="src\fheroes2\editor\editor_mainmenu.h" /> |
| 328 | + <ClInclude Include="src\fheroes2\editor\editor_map_specs_window.h" /> |
323 | 329 | <ClInclude Include="src\fheroes2\editor\editor_object_popup_window.h" />
|
324 | 330 | <ClInclude Include="src\fheroes2\editor\editor_castle_details_window.h" />
|
| 331 | + <ClInclude Include="src\fheroes2\editor\editor_event_details_window.h" /> |
325 | 332 | <ClInclude Include="src\fheroes2\editor\editor_options.h" />
|
| 333 | + <ClInclude Include="src\fheroes2\editor\editor_save_map_window.h" /> |
| 334 | + <ClInclude Include="src\fheroes2\editor\editor_sphinx_window.h" /> |
| 335 | + <ClInclude Include="src\fheroes2\editor\editor_ui_helper.h" /> |
326 | 336 | <ClInclude Include="src\fheroes2\editor\history_manager.h" />
|
327 | 337 | <ClInclude Include="src\fheroes2\game\difficulty.h" />
|
328 | 338 | <ClInclude Include="src\fheroes2\game\game.h" />
|
|
0 commit comments