mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-25 05:11:23 +00:00
Fixed compile for qw_server.
This commit is contained in:
parent
25f297ded2
commit
bc4882864e
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
*/
|
||||
|
||||
#ifndef _SERVER_H
|
||||
#define _SERVER_H
|
||||
|
||||
#include <progs.h>
|
||||
|
||||
#define QW_SERVER
|
||||
|
||||
#define MAX_MASTERS 8 // max recipients for heartbeat packets
|
||||
|
@ -469,3 +474,5 @@ void ClientReliableWrite_SZ(client_t *cl, void *data, int len);
|
|||
// The Heartbeat function
|
||||
|
||||
void HeartBeat (void);
|
||||
|
||||
#endif // _SERVER_H
|
||||
|
|
Loading…
Reference in a new issue