mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 17:10:54 +01:00
11 lines
161 B
C
11 lines
161 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <TiltedCore/Filesystem.hpp>
|
||
|
|
|
||
|
|
namespace steam
|
||
|
|
{
|
||
|
|
namespace fs = std::filesystem;
|
||
|
|
|
||
|
|
void Load(const fs::path& aGameDir);
|
||
|
|
} // namespace steam
|