mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Now I set the invite instead of adding it.
You should send a lobby invite or a rich invite, but not both.
This commit is contained in:
parent
73fa7b50b5
commit
2a373bbf79
3 changed files with 10 additions and 6 deletions
|
|
@ -102,8 +102,8 @@ public:
|
|||
|
||||
void ShowOverlay(bool state);
|
||||
|
||||
void AddLobbyInvite(Friend friendId, uint64 lobbyId);
|
||||
void AddRichInvite(Friend friendId, const char* connect_str);
|
||||
void SetLobbyInvite(Friend friendId, uint64 lobbyId);
|
||||
void SetRichInvite(Friend friendId, const char* connect_str);
|
||||
|
||||
void FriendConnect(Friend _friend);
|
||||
void FriendDisconnect(Friend _friend);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue