X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=common.h;h=1a917ca500e6a1f0b1feea549d9cf77c38f0b9b3;hb=9265d786ba327ba8c21a822bcdcc68a3bf25d250;hp=1aac4caa14fb0f0d1120322ff6d97430da22fae9;hpb=00ca5f39cd5c7640de9c915c1f6792f2bd4108d9;p=xonotic%2Fdarkplaces.git diff --git a/common.h b/common.h index 1aac4caa..1a917ca5 100644 --- a/common.h +++ b/common.h @@ -46,6 +46,8 @@ void SZ_Write (sizebuf_t *buf, const void *data, int length); void SZ_Print (sizebuf_t *buf, const char *data); // strcats onto the sizebuf void SZ_HexDumpToConsole(const sizebuf_t *buf); +void Com_HexDumpToConsole(const qbyte *data, int size); + //============================================================================ #if !defined(ENDIAN_LITTLE) && !defined(ENDIAN_BIG) #if defined(__i386__) || defined(__ia64__) || defined(WIN32) || (defined(__alpha__) || defined(__alpha)) || defined(__arm__) || (defined(__mips__) && defined(__MIPSEL__)) || defined(__LITTLE_ENDIAN__)