Add infos on friend game

Add friend appid and check if the game is compatible.
This commit is contained in:
Nemirtingas 2019-10-14 16:35:36 +02:00
parent bce574dc43
commit c006555b01
2 changed files with 19 additions and 13 deletions

View file

@ -23,6 +23,7 @@ struct friend_window_state
{
int id;
uint8 window_state;
std::string window_title;
union // The invitation (if any)
{
uint64 lobbyId;