mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
13 lines
211 B
C++
13 lines
211 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
#include <QString>
|
|
|
|
namespace SysInfo {
|
|
QString currentSystem();
|
|
QString useQTForArch();
|
|
QString getSupportedJavaArchitecture();
|
|
int defaultMaxJvmMem();
|
|
} // namespace SysInfo
|