diff options
Diffstat (limited to 'src/net_common.h')
-rw-r--r-- | src/net_common.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/net_common.h b/src/net_common.h index 885ee44d..96e9a648 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" @@ -109,10 +110,7 @@ net_packet_t *NET_Conn_NewReliable(net_connection_t *conn, int packet_type); // Other miscellaneous common functions -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); |