Files
UltimMC_Launcher/secrets/Secrets.h
2024-03-06 08:08:58 -05:00

9 lines
140 B
C++

#pragma once
#include <QString>
#include <cstdint>
namespace Secrets {
bool hasMSAClientID();
QString getMSAClientID(uint8_t separator);
}