summaryrefslogtreecommitdiff
path: root/vfg/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@gray.(none)>2012-11-19 21:05:27 +0000
committerTim Redfern <tim@gray.(none)>2012-11-19 21:05:27 +0000
commit891b71c261a4571e0e0ba0e824e1bdb2478e0c65 (patch)
tree2005ff07fb391fcead17d3a0679cc3f82d0ff4cd /vfg/src/testApp.h
parent1b56a18fc25f86591b410d32ceb19faea6fc74ea (diff)
flake animations
Diffstat (limited to 'vfg/src/testApp.h')
-rwxr-xr-xvfg/src/testApp.h7
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;
};