]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.h
q3bsp is still not working yet, but getting closer
[xonotic/darkplaces.git] / netconn.h
index cfde20dedcecf396f237a55c44e241d880e22e33..c1d1e6708a2afb1b90558d482b62f93bedf0d00d 100755 (executable)
--- a/netconn.h
+++ b/netconn.h
@@ -193,6 +193,9 @@ extern unsigned short ntohs (unsigned short netshort);
 
 extern sizebuf_t net_message;
 
+extern cvar_t cl_fakelocalping_min;
+extern cvar_t cl_fakelocalping_max;
+
 int NetConn_SendReliableMessage(netconn_t *conn, sizebuf_t *data);
 //void NetConn_SendMessageNext(netconn_t *conn);
 //void NetConn_ReSendMessage(netconn_t *conn);
@@ -209,6 +212,7 @@ void NetConn_Shutdown(void);
 netconn_t *NetConn_Open(lhnetsocket_t *mysocket, lhnetaddress_t *peeraddress);
 void NetConn_Close(netconn_t *conn);
 void NetConn_Listen(qboolean state);
+int NetConn_IsLocalGame(void);
 //int NetConn_ReceivedMessage(netconn_t *conn, qbyte *data, int length);
 //int NetConn_ClientParsePacket(lhnetsocket_t *mysocket, qbyte *data, int length, lhnetaddress_t *peeraddress);
 //int NetConn_ServerParsePacket(lhnetsocket_t *mysocket, qbyte *data, int length, lhnetaddress_t *peeraddress);