QTfrontend/game.h
changeset 177 c67c15e6fae3
parent 141 ac3680be1f4b
child 178 efdc2a63be8e
--- a/QTfrontend/game.h	Thu Sep 28 16:34:42 2006 +0000
+++ b/QTfrontend/game.h	Sun Oct 01 20:14:30 2006 +0000
@@ -45,7 +45,8 @@
 
 #include <map>
 
-#define IPC_PORT 46631
+#include "tcpBase.h"
+
 #define MAXMSGCHARS 255
 #define SENDIPC(a) SendIPC(a, sizeof(a) - 1)
 
@@ -63,6 +64,10 @@
 	void StartQuick();
 	void StartNet();
 
+ protected:
+	virtual QStringList setArguments();
+	virtual void onClientRead();
+
 signals:
 	void SendNet(const QByteArray & msg);