Mercurial > hg > tweakathon2ios
view PresetView.h @ 10:e25d2b1b185e
Sequence manager generates sequences of target sounds.
psudocode for onTick()
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 17 Oct 2014 19:23:30 +0100 |
parents | 92850a2b099c |
children | af71bf84660f |
line wrap: on
line source
// // PresetView.h // riftathon // // Created by Robert Tubb on 17/10/2014. // // #ifndef __riftathon__PresetView__ #define __riftathon__PresetView__ #include <iostream> #include "presetManager.h" #include "UIElement.h" class PresetIconView : public UIElement { string imageFileName; ofImage image; string name; void draw(); }; #endif /* defined(__riftathon__PresetView__) */