diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-19 21:05:27 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-19 21:05:27 +0000 |
| commit | 891b71c261a4571e0e0ba0e824e1bdb2478e0c65 (patch) | |
| tree | 2005ff07fb391fcead17d3a0679cc3f82d0ff4cd /vfg/src/testApp.h | |
| parent | 1b56a18fc25f86591b410d32ceb19faea6fc74ea (diff) | |
flake animations
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index 8f52ef7..16e4d05 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -2,8 +2,10 @@ #include "ofMain.h" #include "ofxSprite.h" + #include "music.h" #include "Asterisk.h" +#include "Puppet.h" /* this library? @@ -74,7 +76,12 @@ class testApp : public ofBaseApp{ vector<ofxSprite> penguins; + Puppet testpenguin; + + Asterisk game; + + bool showFPS; }; |
