changeset 686 | 494b5880989a |
parent 681 | 7a20c50988ec |
child 788 | 00720357601f |
685:6bf4d8dc6b06 | 686:494b5880989a |
---|---|
31 enum GameState { |
31 enum GameState { |
32 gsNotStarted = 0, |
32 gsNotStarted = 0, |
33 gsStarted = 1, |
33 gsStarted = 1, |
34 gsInterrupted = 2, |
34 gsInterrupted = 2, |
35 gsFinished = 3, |
35 gsFinished = 3, |
36 gsStopped = 4 |
36 gsStopped = 4, |
37 gsDestroyed = 5 |
|
37 }; |
38 }; |
38 |
39 |
39 |
40 |
40 class HWGame : public TCPBase |
41 class HWGame : public TCPBase |
41 { |
42 { |