Files
PrismLauncher/launcher/SysInfo.h
2024-01-27 22:47:28 +02:00

9 lines
175 B
C++

#include <QString>
namespace SysInfo {
QString currentSystem();
QString useQTForArch();
QString getSupportedJavaArchitecture();
int suitableMaxMem();
} // namespace SysInfo