]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
Pure cleaning commit: removed "crc.[ch]" and "gl_warp_sin.h", removed dead functions...
[xonotic/darkplaces.git] / common.h
index f367ef66f705dae53b8894e93ca31a2e595084d6..9da99680cc2399cbdb46734f24fee0c655351bf1 100644 (file)
--- a/common.h
+++ b/common.h
@@ -52,6 +52,8 @@ void SZ_HexDumpToConsole(const sizebuf_t *buf);
 
 void Com_HexDumpToConsole(const qbyte *data, int size);
 
+unsigned short CRC_Block(qbyte *data, int size);
+
 
 //============================================================================
 //                                                     Endianess handling