// Copyright (C) 2021 TiltedPhoques SRL. // For licensing information see LICENSE at the root of this distribution. #pragma once #include namespace loader { void InstallPathRouting(const std::filesystem::path&); }