QTfrontend/game.h
branchflibqtfrontend
changeset 8280 734b069a418e
parent 8210 ad178654142a
child 8363 0b4ac686fc44
equal deleted inserted replaced
8278:9cdfcb5b7ddd 8280:734b069a418e
    46     rtDemo,
    46     rtDemo,
    47     rtSave,
    47     rtSave,
    48     rtNeither,
    48     rtNeither,
    49 };
    49 };
    50 
    50 
    51 bool checkForDir(const QString & dir);
    51 class FrontLibPoller;
    52 
    52 
    53 class HWGame : public TCPBase
    53 class HWGame : public TCPBase
    54 {
    54 {
    55         Q_OBJECT
    55         Q_OBJECT
    56     public:
    56     public:
   103         GameCFGWidget * gamecfg;
   103         GameCFGWidget * gamecfg;
   104         TeamSelWidget* m_pTeamSelWidget;
   104         TeamSelWidget* m_pTeamSelWidget;
   105         GameType gameType;
   105         GameType gameType;
   106 
   106 
   107         flib_gameconn * m_conn;
   107         flib_gameconn * m_conn;
       
   108         FrontLibPoller * m_poller;
   108 
   109 
   109         void commonConfig();
   110         void commonConfig();
   110         void SendConfig();
   111         void SendConfig();
   111         void SendNetConfig();
   112         void SendNetConfig();
   112         void SendTrainingConfig();
   113         void SendTrainingConfig();