mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 21:30:18 +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
|