minecraft-launcher/launcher/SysInfo.h

13 lines
211 B
C
Raw Normal View History

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