diff options
Diffstat (limited to 'vfg/src/music.h')
| -rwxr-xr-x | vfg/src/music.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vfg/src/music.h b/vfg/src/music.h index ecec8f2..aa38f46 100755 --- a/vfg/src/music.h +++ b/vfg/src/music.h @@ -35,7 +35,8 @@ class musicscore: public score { void setTimeframe(int millis);
void draw();
private:
- map<int,note*> notes;
+ map<int,note*> notes; + map<int,note*> stars;
int timeframe;
ofImage flake;
};
|
