F4MP/codigos originales/tiltedcode/Code/immersive_launcher/oobe/PathSelection.h
2026-01-06 18:53:59 +01:00

8 lines
188 B
C++

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