F4MP/codigos originales/tiltedcode/Code/immersive_launcher/oobe/PathArgument.h

9 lines
101 B
C
Raw Normal View History

#pragma once
#include <string>
namespace oobe
{
bool PathArgument(const std::string& acPath);
}