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
|
|
@ -125,6 +125,7 @@ inline void reset_LastError()
|
|||
#include <sys/ioctl.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/statvfs.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
|
|
@ -220,4 +221,6 @@ inline std::string ascii_to_lowercase(std::string data) {
|
|||
|
||||
#define LOBBY_CONNECT_APPID ((uint32)-2)
|
||||
|
||||
#endif//__INCLUDED_COMMON_INCLUDES__
|
||||
#define FRIEND_AVATAR_MAX_IMAGE_LENGTH (5 * 1024 * 1024)
|
||||
|
||||
#endif//__INCLUDED_COMMON_INCLUDES__
|
||||
Loading…
Add table
Add a link
Reference in a new issue