mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
Add forward definition so that Unix clients can build with packet logging.
This commit is contained in:
parent
9f2da626f3
commit
4cde7461b1
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@
|
||||||
int noconinput = 0;
|
int noconinput = 0;
|
||||||
qboolean is_server = false;
|
qboolean is_server = false;
|
||||||
|
|
||||||
|
#ifdef PACKET_LOGGING
|
||||||
|
void Net_LogStop (void);
|
||||||
|
#endif
|
||||||
|
|
||||||
// =======================================================================
|
// =======================================================================
|
||||||
// General routines
|
// General routines
|
||||||
|
|
Loading…
Reference in a new issue