mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Export MSG_IsProtocolVersion15
This commit is contained in:
parent
9d3fa377df
commit
1947c30d3d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue