diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-20 04:46:42 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-20 04:46:42 +0000 |
| commit | b4d89c0a9029739d2af1705b371dc28f27b6d2dc (patch) | |
| tree | 5df34978c29ca28f5c2d01d8694f83f44cdc848f /vfg/src/testApp.h | |
| parent | 891b71c261a4571e0e0ba0e824e1bdb2478e0c65 (diff) | |
puppet penguins
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; }; |
