mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-29 14:14:34 +02:00
9 lines
175 B
C++
9 lines
175 B
C++
#include <QString>
|
|
|
|
namespace SysInfo {
|
|
QString currentSystem();
|
|
QString useQTForArch();
|
|
QString getSupportedJavaArchitecture();
|
|
int suitableMaxMem();
|
|
} // namespace SysInfo
|