Skip to content

Commit

Permalink
Move canvas shape class definitions into private header
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 11, 2017
1 parent 1b42378 commit dde91f9
Show file tree
Hide file tree
Showing 5 changed files with 417 additions and 397 deletions.
1 change: 1 addition & 0 deletions projectfiles/VC12/wesnoth.vcxproj
Expand Up @@ -3421,6 +3421,7 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\gui\core\canvas_private.hpp" />
<ClInclude Include="..\..\src\about.hpp" />
<ClInclude Include="..\..\src\actions\advancement.hpp" />
<ClInclude Include="..\..\src\actions\attack.hpp" />
Expand Down
3 changes: 3 additions & 0 deletions projectfiles/VC12/wesnoth.vcxproj.filters
Expand Up @@ -2969,6 +2969,9 @@
<ClInclude Include="..\..\src\gui\dialogs\outro.hpp">
<Filter>Gui\Dialogs</Filter>
</ClInclude>
<ClInclude Include="..\..\src\gui\core\canvas_private.hpp">
<Filter>Gui\Core</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<CustomBuild Include="..\..\src\tests\test_sdl_utils.hpp">
Expand Down

0 comments on commit dde91f9

Please sign in to comment.