PowerToys/src/common/updating/dotnet_installation.h

7 lines
120 B
C
Raw Normal View History

#pragma once
namespace updating
{
bool dotnet_is_installed();
bool install_dotnet(const bool silent = false);
}