]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
Initialize console commands and cvars before anything else
[xonotic/darkplaces.git] / netconn.h
index 7120c531f87d98f186085e4d3d789ab664c1c136..ca46851e85ff84b457af3777161fa591b570f4c7 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -441,6 +441,7 @@ void NetConn_OpenServerPorts(int opennetports);
 void NetConn_UpdateSockets(void);
 lhnetsocket_t *NetConn_ChooseClientSocketForAddress(lhnetaddress_t *address);
 lhnetsocket_t *NetConn_ChooseServerSocketForAddress(lhnetaddress_t *address);
+void NetConn_Init_Commands(void);
 void NetConn_Init(void);
 void NetConn_Shutdown(void);
 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress);