Prettied it up, comments, refactors

This commit is contained in:
2015-08-22 17:43:38 -07:00
parent 8fc8db2d78
commit ee6ea3442d
12 changed files with 258 additions and 237 deletions

View File

@@ -160,6 +160,7 @@
<ClCompile Include="Explorer.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="Map.cpp" />
<ClCompile Include="node.cpp" />
<ClCompile Include="Pather.cpp" />
<ClCompile Include="Tile.cpp" />
</ItemGroup>
@@ -170,6 +171,9 @@
<ClInclude Include="Pather.h" />
<ClInclude Include="Tile.h" />
</ItemGroup>
<ItemGroup>
<None Include="node.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>