From 56c64d90c8b07d78f3e72ef2dd976d682d5d2ea9 Mon Sep 17 00:00:00 2001 From: Peter Gaal Date: Fri, 11 Sep 2020 08:07:54 +0100 Subject: [PATCH] rename Thirdparty/FileSystem.hpp (#619) * rename Thirdparty/FileSystem.hpp * Titlecase exclude folder in formatting checker script --- scripts/check-code-formatting.sh | 2 +- src/{openloco/thirdparty => Thirdparty}/filesystem.hpp | 0 src/openloco/Core/FileSystem.hpp | 2 +- src/openloco/openloco.vcxproj | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/{openloco/thirdparty => Thirdparty}/filesystem.hpp (100%) diff --git a/scripts/check-code-formatting.sh b/scripts/check-code-formatting.sh index 0582480d..63338bf1 100755 --- a/scripts/check-code-formatting.sh +++ b/scripts/check-code-formatting.sh @@ -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 diff --git a/src/openloco/thirdparty/filesystem.hpp b/src/Thirdparty/filesystem.hpp similarity index 100% rename from src/openloco/thirdparty/filesystem.hpp rename to src/Thirdparty/filesystem.hpp diff --git a/src/openloco/Core/FileSystem.hpp b/src/openloco/Core/FileSystem.hpp index accd1d7d..8b45bcb8 100644 --- a/src/openloco/Core/FileSystem.hpp +++ b/src/openloco/Core/FileSystem.hpp @@ -24,7 +24,7 @@ #include namespace fs = std::filesystem; #else -#include "../thirdparty/filesystem.hpp" +#include "../../Thirdparty/filesystem.hpp" namespace fs = ghc::filesystem; #endif diff --git a/src/openloco/openloco.vcxproj b/src/openloco/openloco.vcxproj index d5122c47..87808234 100644 --- a/src/openloco/openloco.vcxproj +++ b/src/openloco/openloco.vcxproj @@ -141,6 +141,7 @@ + @@ -219,7 +220,6 @@ -