UltimMC: Change notsecrets to secrets

This commit is contained in:
Neptune
2024-03-06 07:52:03 -05:00
parent f9fb2443ab
commit c57d58f6f8
13 changed files with 21 additions and 47 deletions

8
secrets/Secrets.h Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
#include <QString>
#include <cstdint>
namespace Secrets {
bool hasMSAClientID();
QString getMSAClientID(uint8_t separator);
}