QTfrontend/game.h
branch0.9.15
changeset 4746 3ae448aebe7e
parent 4430 cacda05a053e
child 4976 088d40d8aba2
equal deleted inserted replaced
4744:ecc2c757d0df 4746:3ae448aebe7e
    33     gsNotStarted = 0,
    33     gsNotStarted = 0,
    34     gsStarted  = 1,
    34     gsStarted  = 1,
    35     gsInterrupted = 2,
    35     gsInterrupted = 2,
    36     gsFinished = 3,
    36     gsFinished = 3,
    37     gsStopped = 4,
    37     gsStopped = 4,
    38     gsDestroyed = 5
    38     gsDestroyed = 5,
       
    39     gsHalted = 6
    39 };
    40 };
    40 
    41 
    41 bool checkForDir(const QString & dir);
    42 bool checkForDir(const QString & dir);
    42 
    43 
    43 class HWGame : public TCPBase
    44 class HWGame : public TCPBase