]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
implemented framerate-dependent particle quality reduction to try to
[xonotic/darkplaces.git] / common.h
index 3111ee229b70f5132efbb0806c274a7a7e7b5e2d..52466fd6303307a6e0a6283caa20d3a320267809 100644 (file)
--- a/common.h
+++ b/common.h
@@ -60,6 +60,7 @@ void SZ_HexDumpToConsole(const sizebuf_t *buf);
 void Com_HexDumpToConsole(const unsigned char *data, int size);
 
 unsigned short CRC_Block(const unsigned char *data, size_t size);
+unsigned short CRC_Block_CaseInsensitive(const unsigned char *data, size_t size); // for hash lookup functions that use strcasecmp for comparison
 
 unsigned char COM_BlockSequenceCRCByteQW(unsigned char *base, int length, int sequence);