mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-04-16 23:36:54 -04: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
|