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:
redpolline 2024-12-11 17:00:20 -05:00
parent 75035de2f4
commit f560fce352
4 changed files with 36 additions and 1 deletions

View file

@ -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
};