mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 06:27:47 +00:00
common: multiplayer: Use GameInfo type
This commit is contained in:
parent
3b203e536a
commit
3a91e22e80
11 changed files with 60 additions and 62 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue