mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 22:01:50 +00:00
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);
|
||||
void Huff_CompressPacket(sizebuf_t *msg, int offset);
|
||||
void Huff_DecompressPacket(sizebuf_t *msg, int offset);
|
||||
int Huff_GetByte(qbyte *buffer, int *count);
|
||||
#endif
|
||||
|
||||
#ifdef NQPROT
|
||||
|
|
Loading…
Reference in a new issue