rename Thirdparty/FileSystem.hpp (#619)

* rename Thirdparty/FileSystem.hpp

* Titlecase exclude folder in formatting checker script
This commit is contained in:
Peter Gaal 2020-09-11 08:07:54 +01:00 committed by GitHub
parent 6988223e06
commit 56c64d90c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View File

@ -5,4 +5,4 @@ set -e
basedir="$(readlink -f `dirname $0`/..)"
cd $basedir
scripts/run-clang-format.py -r src --exclude src/openloco/thirdparty
scripts/run-clang-format.py -r src --exclude src/Thirdparty

View File

@ -24,7 +24,7 @@
#include <filesystem>
namespace fs = std::filesystem;
#else
#include "../thirdparty/filesystem.hpp"
#include "../../Thirdparty/filesystem.hpp"
namespace fs = ghc::filesystem;
#endif

View File

@ -141,6 +141,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\resources\Resource.h" />
<ClInclude Include="..\Thirdparty\filesystem.hpp" />
<ClInclude Include="Audio\Audio.h" />
<ClInclude Include="Audio\Channel.h" />
<ClInclude Include="Audio\MusicChannel.h" />
@ -219,7 +220,6 @@
<ClInclude Include="Things\Thing.h" />
<ClInclude Include="Things\ThingManager.h" />
<ClInclude Include="Things\Vehicle.h" />
<ClInclude Include="thirdparty\filesystem.hpp" />
<ClInclude Include="Title.h" />
<ClInclude Include="Town.h" />
<ClInclude Include="TownManager.h" />