mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-21 19:51:18 +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;
|
||||
qboolean is_server = false;
|
||||
|
||||
#ifdef PACKET_LOGGING
|
||||
void Net_LogStop (void);
|
||||
#endif
|
||||
|
||||
// =======================================================================
|
||||
// General routines
|
||||
|
|
Loading…
Reference in a new issue