#pragma once #include // Simple file to rename path for easier usage namespace Deer { using Path = std::filesystem::path; Path toLowerCasePath(const Path& inputPath); } // namespace Deer