|
| enum | Result {
kQuit,
kComplete,
kDeath,
kGameOver,
kError
} |
| |
|
|
virtual bool | shouldQuit () const =0 |
| |
|
virtual Result | playAttempt (int &lives)=0 |
| |
|
virtual bool | playComplete ()=0 |
| |
|
virtual bool | playDeath ()=0 |
| |
|
virtual bool | playRetry (int lives)=0 |
| |
|
virtual bool | playGameOver (int lives)=0 |
| |
The documentation for this class was generated from the following file: