mirror of
https://github.com/unmojang/FjordLauncher.git
synced 2025-09-15 10:19:48 -04: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
|