diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-04 18:36:39 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-04 18:36:39 +0000 |
| commit | 93bcffd919104a69535d31d325026a37bcf0901d (patch) | |
| tree | d35bcf7dedf5566b33b879962d7c4c68c246beff /vfg/src/music.h | |
| parent | 2ea0f60bb2ca981ff1e72575dd92c4ab906fd1c7 (diff) | |
flake decimation
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;
};
|
