Skip to content

Commit

Permalink
Fix small issues
Browse files Browse the repository at this point in the history
  • Loading branch information
heyx3 committed Jun 25, 2022
1 parent 85468b5 commit 211a81c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 77 deletions.
2 changes: 0 additions & 2 deletions WFC++.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ del /q "%UNREAL_WFC_DIR%\Tiled"</Command>
<ClInclude Include="WFC++\List.hpp" />
<ClInclude Include="WFC++\Tiled3D\StandardRunner.h" />
<ClInclude Include="WFC++\WFCppStreamPrinting.hpp" />
<ClInclude Include="WFC++\Tiled3D\InputData.h" />
<ClInclude Include="WFC++\Tiled3D\Grid.h" />
<ClInclude Include="WFC++\Tiled3D\Tile.hpp" />
<ClInclude Include="WFC++\Tiled3D\TilePermutator.h" />
Expand All @@ -286,7 +285,6 @@ del /q "%UNREAL_WFC_DIR%\Tiled"</Command>
<ClCompile Include="WFC++\Simple\InputData.cpp" />
<ClCompile Include="WFC++\Simple\Pattern.cpp" />
<ClCompile Include="WFC++\Simple\State.cpp" />
<ClCompile Include="WFC++\Tiled3D\InputData.cpp" />
<ClCompile Include="WFC++\Tiled3D\Grid.cpp" />
<ClCompile Include="WFC++\Tiled3D\StandardRunner.cpp" />
<ClCompile Include="WFC++\Tiled3D\TilePermutator.cpp" />
Expand Down
6 changes: 0 additions & 6 deletions WFC++.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@
<ClInclude Include="WFC++\Tiled3D\Transform3D.h">
<Filter>Generator Classes\Tiled3D</Filter>
</ClInclude>
<ClInclude Include="WFC++\Tiled3D\InputData.h">
<Filter>Generator Classes\Tiled3D</Filter>
</ClInclude>
<ClInclude Include="WFC++\Tiled3D\Tile.hpp">
<Filter>Generator Classes\Tiled3D</Filter>
</ClInclude>
Expand Down Expand Up @@ -122,9 +119,6 @@
<ClCompile Include="WFC++\Tiled3D\Transform3D.cpp">
<Filter>Generator Classes\Tiled3D</Filter>
</ClCompile>
<ClCompile Include="WFC++\Tiled3D\InputData.cpp">
<Filter>Generator Classes\Tiled3D</Filter>
</ClCompile>
<ClCompile Include="WFC++\Tiled3D\Grid.cpp">
<Filter>Generator Classes\Tiled3D</Filter>
</ClCompile>
Expand Down
1 change: 1 addition & 0 deletions WFC++/HelperClasses.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "Nullable.hpp"
#include "Array2D.hpp"
#include "Array3D.hpp"
#include "Array4D.hpp"
#include "List.hpp"
#include "Set.hpp"
#include "Dictionary.hpp"
Expand Down
3 changes: 1 addition & 2 deletions WFC++/Tiled3D/Grid.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
#include <tuple>
#include <algorithm>

#include "InputData.h"
#include "../Array4D.hpp"
#include "Tile.hpp"

namespace WFC
{
Expand Down
25 changes: 0 additions & 25 deletions WFC++/Tiled3D/InputData.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions WFC++/Tiled3D/InputData.h

This file was deleted.

0 comments on commit 211a81c

Please sign in to comment.