diff options
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index 16e4d05..f62c098 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -6,6 +6,7 @@ #include "music.h" #include "Asterisk.h" #include "Puppet.h" +#include "Animal.h" /* this library? @@ -74,13 +75,12 @@ class testApp : public ofBaseApp{ song *testsong; - vector<ofxSprite> penguins; - + vector<Animal> penguins; + Puppet testpenguin; - Asterisk game; - + bool showFPS; }; |
