Files
UltimMC_Launcher/notsecrets/Secrets.h
Sebastian-byte 46df45ffcf Fix conflict
2021-09-12 20:23:30 -05:00

9 lines
140 B
C++

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