add PSOBB Hangame functions

This commit is contained in:
Martin Michelsen
2024-03-22 22:23:41 -07:00
parent 325f7c6efc
commit 76bc2385ca
6 changed files with 121 additions and 1 deletions
+2
View File
@@ -788,3 +788,5 @@ struct LegacySavedAccountDataBB { // .nsa file format
/* F060 */ pstring<TextEncoding::UTF16_ALWAYS_MARKED, 0x10> team_name;
/* F080 */
} __attribute__((packed));
std::string encode_psobb_hangame_credentials(const std::string& user_id, const std::string& token, const std::string& unused = "");