]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
Elric added BuffBigLong, BuffBigShort, BuffLittleLong, and BuffLittleShort functions...
[xonotic/darkplaces.git] / common.h
index 80d80e48af8477e3712348912ac85a6db88d4207..743b499ae1026c405bd565e74a8482a111829819 100644 (file)
--- a/common.h
+++ b/common.h
@@ -91,6 +91,12 @@ extern float (*BigFloat) (float l);
 extern float (*LittleFloat) (float l);
 #endif
 
+unsigned int BuffBigLong (const qbyte *buffer);
+unsigned short BuffBigShort (const qbyte *buffer);
+unsigned int BuffLittleLong (const qbyte *buffer);
+unsigned short BuffLittleShort (const qbyte *buffer);
+
+
 //============================================================================
 
 void MSG_WriteChar (sizebuf_t *sb, int c);