mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-17 14:47:45 +00:00
This puts everything in place now, and yet Square Enix refuses to my session still :-(
9 lines
265 B
C++
9 lines
265 B
C++
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include <QString>
|
|
|
|
QString encryptGameArg(const QString &arg);
|
|
std::pair<QString, int> encryptSteamTicket(QString ticket, uint32_t time);
|