]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - csprogs.h
add a second parameter to the blur to mix the pentagram blur with the main image
[xonotic/darkplaces.git] / csprogs.h
index 25fabd91e9949ab803e731d66dac51dafcc91ac2..24856dd740a8d9652e129065bcaec1a85d4198dd 100644 (file)
--- a/csprogs.h
+++ b/csprogs.h
@@ -53,6 +53,6 @@ extern cvar_t csqc_progname;  //[515]: csqc crc check and right csprogs name acco
 extern cvar_t csqc_progcrc;
 extern cvar_t csqc_progsize;
 
-qboolean MakeDownloadPacket(const char *filename, void *data, unsigned long len, int crc, int cnt, sizebuf_t *buf, int protocol);
+qboolean MakeDownloadPacket(const char *filename, unsigned char *data, unsigned long len, int crc, int cnt, sizebuf_t *buf, int protocol);
 
 #endif