mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add protobuf message type Image and Friend_Avatar.
Also adds Friend_Avatar to the Common_Message list of possible messages.
This commit is contained in:
parent
75035de2f4
commit
f560fce352
4 changed files with 36 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ enum Callback_Ids {
|
|||
CALLBACK_ID_NETWORKING_SOCKETS,
|
||||
CALLBACK_ID_STEAM_MESSAGES,
|
||||
CALLBACK_ID_NETWORKING_MESSAGES,
|
||||
CALLBACK_ID_FRIEND_AVATAR,
|
||||
|
||||
CALLBACK_IDS_MAX
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue