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