mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 16:50:54 +01:00
8 lines
101 B
C++
8 lines
101 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace oobe
|
|
{
|
|
bool PathArgument(const std::string& acPath);
|
|
}
|