summaryrefslogtreecommitdiff
path: root/vfg/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@gray.(none)>2012-11-20 04:46:42 +0000
committerTim Redfern <tim@gray.(none)>2012-11-20 04:46:42 +0000
commitb4d89c0a9029739d2af1705b371dc28f27b6d2dc (patch)
tree5df34978c29ca28f5c2d01d8694f83f44cdc848f /vfg/src/testApp.h
parent891b71c261a4571e0e0ba0e824e1bdb2478e0c65 (diff)
puppet penguins
Diffstat (limited to 'vfg/src/testApp.h')
-rwxr-xr-xvfg/src/testApp.h8
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;
};