QTfrontend/game.h
changeset 4845 9a0f5377c529
parent 4746 3ae448aebe7e
child 4976 088d40d8aba2
equal deleted inserted replaced
4843:673f74c89687 4845:9a0f5377c529
    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