PrismLauncher/launcher/JavaDownloader.h
timoreo 9a4a92de4f
Clang format
Signed-off-by: timoreo <contact@timoreo.fr>
2022-10-24 08:02:26 +02:00

9 lines
191 B
C++

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