mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-18 07:17:15 +02:00
9 lines
191 B
C++
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
|