mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 14:00:53 +01:00
10 lines
229 B
C++
10 lines
229 B
C++
// 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&);
|
|
}
|