]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
QW support getting very close
[xonotic/darkplaces.git] / common.h
index 3bba8dd22fda1d6ddbf612bc6bd1c138b55c7a34..97c6e799557dc010f670fe22c802343a3192c9b6 100644 (file)
--- a/common.h
+++ b/common.h
@@ -61,6 +61,8 @@ void Com_HexDumpToConsole(const unsigned char *data, int size);
 
 unsigned short CRC_Block(const unsigned char *data, size_t size);
 
+unsigned char COM_BlockSequenceCRCByteQW(unsigned char *base, int length, int sequence);
+
 
 //============================================================================
 //                                                     Endianess handling