QTfrontend/game.h
changeset 4084 0d0bf0533eee
parent 3760 d30f1ba768d7
child 4428 2bc3d3475edf
equal deleted inserted replaced
4083:830d1f4eb517 4084:0d0bf0533eee
    36     gsFinished = 3,
    36     gsFinished = 3,
    37     gsStopped = 4,
    37     gsStopped = 4,
    38     gsDestroyed = 5
    38     gsDestroyed = 5
    39 };
    39 };
    40 
    40 
       
    41 bool checkForDir(const QString & dir);
    41 
    42 
    42 class HWGame : public TCPBase
    43 class HWGame : public TCPBase
    43 {
    44 {
    44     Q_OBJECT
    45     Q_OBJECT
    45 public:
    46 public: