X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=network_msg.h;fp=network_msg.h;h=42976ebb5e6e699828821ce66bf051b9a9bf8cea;hb=4f3f29420a3ae0253a195b9ca9a8ca7db67f0a7c;hp=c28f5b3c5607b2762574323ee189b274568f634c;hpb=d5f400a06400d5322330cfdbb97a661707b3d150;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/network_msg.h b/network_msg.h index c28f5b3..42976eb 100644 --- a/network_msg.h +++ b/network_msg.h @@ -139,6 +139,13 @@ enum netmsg_playeritem_type { k_netmsg_playeritem_max }; +typedef struct netmsg_chat netmsg_chat; +enum{ k_inetmsg_chat = 205 }; +struct netmsg_chat { + u16 inetmsg_id; + u8 client; + char msg[]; +}; #pragma pack(pop) #endif /* NETWORK_MSG_H */