common: multiplayer: Use GameInfo type

This commit is contained in:
german77
2022-07-17 22:53:44 -05:00
committed by FearlessTobi
parent 4b404191cf
commit 899c8bb330
11 changed files with 60 additions and 62 deletions

View File

@ -10,6 +10,8 @@
namespace WebService {
std::string GetPublicKey(const std::string& host);
class VerifyUserJWT final : public Network::VerifyUser::Backend {
public:
VerifyUserJWT(const std::string& host);