summaryrefslogtreecommitdiff
path: root/vfg/src/testApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'vfg/src/testApp.h')
-rwxr-xr-xvfg/src/testApp.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h
index 0765b4f..8304e12 100755
--- a/vfg/src/testApp.h
+++ b/vfg/src/testApp.h
@@ -1,6 +1,7 @@
#pragma once
#include "ofMain.h"
+#include "ofxSprite.h"
#include "music.h"
/*
@@ -36,7 +37,10 @@ keys - volume - control drawing of stars - game state
changes 05112012
event suppression working?
-overlap
+overlap
+
+
+character class- load sprites from xml- play behaviours- block animations when others are playing
*/
@@ -63,9 +67,11 @@ class testApp : public ofBaseApp{
void windowResized(int w, int h);
void dragEvent(ofDragInfo dragInfo);
void gotMessage(ofMessage msg);
-
+
song *testsong;
-
+
+ vector<ofxSprite> penguins;
+
};