mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-08-04 11:57:54 -04:00
10 lines
188 B
C++
10 lines
188 B
C++
#pragma once
|
|
#include <QString>
|
|
|
|
namespace SysInfo {
|
|
QString currentSystem();
|
|
QString useQTForArch();
|
|
QString getSupportedJavaArchitecture();
|
|
int suitableMaxMem();
|
|
} // namespace SysInfo
|