QTfrontend/game.h
changeset 324 f4c109c82a0c
parent 306 7b61834edcf6
child 339 7535ab6c3820
equal deleted inserted replaced
323:ea947f2c3d2f 324:f4c109c82a0c
    32 class GameCFGWidget;
    32 class GameCFGWidget;
    33 
    33 
    34 enum GameState {
    34 enum GameState {
    35 	gsNotStarted = 0,
    35 	gsNotStarted = 0,
    36 	gsStarted  = 1,
    36 	gsStarted  = 1,
    37 	gsFinished = 2
    37 	gsInterrupted = 2,
       
    38 	gsFinished = 3,
       
    39 	gsStopped = 4
    38 };
    40 };
    39 
    41 
    40 
    42 
    41 class HWGame : public TCPBase
    43 class HWGame : public TCPBase
    42 {
    44 {