minecraft-launcher/app/SysInfo.h

12 lines
211 B
C++

#pragma once
#include <cstdint>
#include <QString>
namespace SysInfo {
QString currentSystem();
QString useQTForArch();
QString getSupportedJavaArchitecture();
int defaultMaxJvmMem();
} // namespace SysInfo