Export MSG_IsProtocolVersion15

This commit is contained in:
OM 2023-07-02 18:30:12 +02:00
parent 9d3fa377df
commit 1947c30d3d

View file

@ -59,7 +59,8 @@ void MSG_Init (msg_t *buf, byte *data, size_t length);
void MSG_InitOOB( msg_t *buf, byte *data, size_t length );
void MSG_Clear (msg_t *buf);
void MSG_WriteData (msg_t *buf, const void *data, size_t length);
void MSG_Bitstream( msg_t *buf );
void MSG_Bitstream(msg_t* buf);
qboolean MSG_IsProtocolVersion15();
// TTimo
// copy a msg_t in case we need to store it as is for a bit