diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-22 11:00:03 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-22 11:00:03 +0000 |
| commit | 9dc429df9dbd1a5ae0f93d553ccfde7ab37a53a2 (patch) | |
| tree | c0891b8554cf6973aae12ade27bd85be2a1f6a09 /vfg/src/testApp.h | |
| parent | b4d89c0a9029739d2af1705b371dc28f27b6d2dc (diff) | |
gameplay good: up against memory limit
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h index f62c098..4ab807f 100755 --- a/vfg/src/testApp.h +++ b/vfg/src/testApp.h @@ -72,10 +72,22 @@ class testApp : public ofBaseApp{ void windowResized(int w, int h); void dragEvent(ofDragInfo dragInfo); void gotMessage(ofMessage msg); + + void loadanimals(string which); + + ofVideoPlayer background; + ofImage vignette; song *testsong; + /* vector<Animal> penguins; + vector<Animal> raccoons; + */ + + vector<Animal> playanimals; + + vector<Animal>* playanimal; Puppet testpenguin; |
