QTfrontend/game.h
branchflibqtfrontend
changeset 8280 734b069a418e
parent 8210 ad178654142a
child 8363 0b4ac686fc44
--- a/QTfrontend/game.h	Sat Dec 08 22:53:23 2012 +0400
+++ b/QTfrontend/game.h	Fri Dec 14 00:12:00 2012 +0400
@@ -48,7 +48,7 @@
     rtNeither,
 };
 
-bool checkForDir(const QString & dir);
+class FrontLibPoller;
 
 class HWGame : public TCPBase
 {
@@ -105,6 +105,7 @@
         GameType gameType;
 
         flib_gameconn * m_conn;
+        FrontLibPoller * m_poller;
 
         void commonConfig();
         void SendConfig();