PrismLauncher/launcher/JavaDownloader.h
timoreo f95856d062
Add the base of java downloading
Signed-off-by: timoreo <contact@timoreo.fr>
2022-10-24 08:02:18 +02:00

9 lines
170 B
C++

#pragma once
#include <QString>
namespace JavaDownloader {
/*Downloads the java to the runtimes folder*/
void downloadJava(bool isLegacy, const QString& OS);
}