diff options
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index 2518b55..143885c 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -7,6 +7,7 @@ #include "Asterisk.h" #include "Puppet.h" #include "Animal.h" +#include "Tag.h"; /* this library? @@ -78,16 +79,24 @@ class testApp : public ofBaseApp{ ofVideoPlayer background; ofImage vignette; - song *testsong; + vector<song*> songs; vector<Animal> penguins; vector<Animal> raccoons; + vector<vector<Animal> > animals; //vector<Animal> playanimals; vector<Animal>* playanimal; + vector<Tag*> tags; + + vector<Billboard*> logos; + + puppetSprite banner; + + Billboard* lyricspanel; Puppet testpenguin; int currentlevel; @@ -95,6 +104,8 @@ class testApp : public ofBaseApp{ Asterisk game; bool showFPS; + + int currentsong,nextsong; }; |
