F4MP/tiltedcode/Code/immersive_launcher/oobe/PathSelection.h

9 lines
188 B
C
Raw Normal View History

// Copyright (C) 2021 TiltedPhoques SRL.
// For licensing information see LICENSE at the root of this distribution.
#pragma once
namespace oobe
{
bool SelectInstall(bool aForceSelect);
}