diff options
| author | Comment <tim@gray.(none)> | 2012-12-08 00:38:32 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-08 00:38:32 +0000 |
| commit | 0bb92ced351b7fbba6e2e7036eae92037d08facf (patch) | |
| tree | 41bda9d879baa35dcecc48c79db4819f42a8d5ca /vfg/src/music.h | |
| parent | 11322afc79c2d36d5edecd0e6b38186f9f2dd867 (diff) | |
working on game logic
Diffstat (limited to 'vfg/src/music.h')
| -rwxr-xr-x | vfg/src/music.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vfg/src/music.h b/vfg/src/music.h index 1aa956a..60a35f2 100755 --- a/vfg/src/music.h +++ b/vfg/src/music.h @@ -210,7 +210,9 @@ class song { string getScoreString(); string getName(); int getLength(); + bool isGameover();
bool isFinished();
+ bool gameover;
musicscore notes;
private:
|
