summaryrefslogtreecommitdiff
path: root/vfg/src/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfg/src/music.h')
-rwxr-xr-xvfg/src/music.h2
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: