X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=common.h;h=8a6dbd2a62534bfcf4f402ac14793cac3f195c08;hb=e465795a9296bcbe43d3d409cfeeaf653a0f5ffe;hp=a7bab9e8c5999a889c9877808cb931b30378e945;hpb=23a835c7501d19d77d494665381f717b3195096e;p=xonotic%2Fdarkplaces.git diff --git a/common.h b/common.h index a7bab9e8..8a6dbd2a 100644 --- a/common.h +++ b/common.h @@ -147,6 +147,7 @@ protocolversion_t; * @{ */ +void MSG_InitReadBuffer (sizebuf_t *buf, unsigned char *data, int size); void MSG_WriteChar (sizebuf_t *sb, int c); void MSG_WriteByte (sizebuf_t *sb, int c); void MSG_WriteShort (sizebuf_t *sb, int c);