Skip to content

Commit

Permalink
Cleanup: Split ui_pc_creation and the hooks it's using to improve rea…
Browse files Browse the repository at this point in the history
…dability.
  • Loading branch information
shartte committed Jan 28, 2018
1 parent 11b8de1 commit f43b902
Show file tree
Hide file tree
Showing 5 changed files with 722 additions and 691 deletions.
2 changes: 2 additions & 0 deletions TemplePlus/TemplePlus.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
<ClCompile Include="ui\ui_debug.cpp" />
<ClCompile Include="ui\ui_dm.cpp" />
<ClCompile Include="ui\ui_mainmenu_wrapper.cpp" />
<ClCompile Include="ui\ui_pc_creation_hooks.cpp" />
<ClCompile Include="ui\ui_utility_bar.cpp" />
<ClCompile Include="ui\widgets\widgets.cpp" />
<ClCompile Include="ui\widgets\widget_content.cpp" />
Expand Down Expand Up @@ -349,6 +350,7 @@
<ClInclude Include="tutorial.h" />
<ClInclude Include="ui\ui_debug.h" />
<ClInclude Include="ui\ui_dm.h" />
<ClInclude Include="ui\ui_pc_creation.h" />
<ClInclude Include="ui\widgets\widgets.h" />
<ClInclude Include="ui\widgets\widget_content.h" />
<ClInclude Include="ui\ui_alert.h" />
Expand Down
6 changes: 6 additions & 0 deletions TemplePlus/TemplePlus.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,9 @@
</ClCompile>
<ClCompile Include="gamesystems\objfade.cpp" />
<ClCompile Include="d20_defs.cpp" />
<ClCompile Include="ui\ui_pc_creation_hooks.cpp">
<Filter>ui</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="movies.h" />
Expand Down Expand Up @@ -907,6 +910,9 @@
</ClInclude>
<ClInclude Include="gamesystems\objfade.h" />
<ClInclude Include="gamesystems\random_encounter.h" />
<ClInclude Include="ui\ui_pc_creation.h">
<Filter>ui</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Mods and Fixes">
Expand Down
Loading

0 comments on commit f43b902

Please sign in to comment.