Bye bye warning.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@708 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
bd3c4d6b1e
commit
302c83ddb3
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ int Huff_PreferedCompressionCRC (void);
|
||||||
qboolean Huff_CompressionCRC(int crc);
|
qboolean Huff_CompressionCRC(int crc);
|
||||||
void Huff_CompressPacket(sizebuf_t *msg, int offset);
|
void Huff_CompressPacket(sizebuf_t *msg, int offset);
|
||||||
void Huff_DecompressPacket(sizebuf_t *msg, int offset);
|
void Huff_DecompressPacket(sizebuf_t *msg, int offset);
|
||||||
|
int Huff_GetByte(qbyte *buffer, int *count);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef NQPROT
|
#ifdef NQPROT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue