summaryrefslogtreecommitdiff
path: root/src/net_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net_common.h')
-rw-r--r--src/net_common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net_common.h b/src/net_common.h
index 885ee44d..49a06024 100644
--- a/src/net_common.h
+++ b/src/net_common.h
@@ -24,6 +24,7 @@
#ifndef NET_COMMON_H
#define NET_COMMON_H
+#include "d_mode.h"
#include "net_defs.h"
#include "net_packet.h"
@@ -111,8 +112,6 @@ net_packet_t *NET_Conn_NewReliable(net_connection_t *conn, int packet_type);
void NET_SafePuts(char *msg);
unsigned int NET_ExpandTicNum(unsigned int relative, unsigned int b);
-
-boolean NET_ValidGameMode(GameMode_t mode, GameMission_t mission);
boolean NET_ValidGameSettings(GameMode_t mode, GameMission_t mission,
net_gamesettings_t *settings);