PrismLauncher/launcher/JavaDownloader.h

9 lines
191 B
C
Raw Normal View History

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