]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
optimized some functions like SV_WallFriction and SV_FlyMove, no known behavioral...
[xonotic/darkplaces.git] / common.h
index 1aac4caa14fb0f0d1120322ff6d97430da22fae9..1a917ca500e6a1f0b1feea549d9cf77c38f0b9b3 100644 (file)
--- 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__)