mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 12:47:44 +00:00
5 lines
77 B
C
5 lines
77 B
C
|
#pragma once
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
QString encryptGameArg(const QString &arg);
|