]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
you can now (try to) play in maps you don't have, and models you don't have are shown...
[xonotic/darkplaces.git] / common.h
index 3d2275f422a08e7f74b6cec4643516d3dd28d2f7..7ad25529cfc0e9afccb7e44e08511452983f94bf 100644 (file)
--- a/common.h
+++ b/common.h
@@ -44,6 +44,7 @@ void SZ_Clear (sizebuf_t *buf);
 void *SZ_GetSpace (sizebuf_t *buf, int length);
 void SZ_Write (sizebuf_t *buf, void *data, int length);
 void SZ_Print (sizebuf_t *buf, char *data);    // strcats onto the sizebuf
+void SZ_HexDumpToConsole(sizebuf_t *buf);
 
 //============================================================================
 #if !defined(ENDIAN_LITTLE) && !defined(ENDIAN_BIG)