Update to NeoLegacy Latest

This commit is contained in:
2026-05-28 01:23:47 -04:00
parent f4390d5f0b
commit 10f9576b72
201 changed files with 12535 additions and 25235 deletions
@@ -23,6 +23,7 @@ public:
static int API_GetAccountInfo(const std::string token);
static int API_AttemptAccountRegister(const std::string username, const std::string password, std::string& tokenOut);
static int API_AttemptAccountLogin(const std::string username, const std::string password, std::string& tokenOut);
static int API_AttemptDiscordLogin(const std::string& accessToken, std::string& tokenOut);
static bool IsInOfflineMode();