mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
8 lines
191 B
C++
8 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
|