F4MP/codigos originales/tiltedcode/Code/immersive_launcher/loader/PathRerouting.h

11 lines
229 B
C
Raw Normal View History

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