summaryrefslogtreecommitdiff
path: root/vfg/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@gray.(none)>2012-11-09 18:55:44 +0000
committerTim Redfern <tim@gray.(none)>2012-11-09 18:55:44 +0000
commiteda90b505d3a583e0c3788ca1ad924d75b02fe01 (patch)
treef533eee587bca2a4f3cddcf70abddc91b39d6cd8 /vfg/src/testApp.h
parentb5aba6fcbf2847735b0c43e84d0933797c73f581 (diff)
levels working, lyrics loading
Diffstat (limited to 'vfg/src/testApp.h')
-rwxr-xr-xvfg/src/testApp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vfg/src/testApp.h b/vfg/src/testApp.h
index 5a8805a..0765b4f 100755
--- a/vfg/src/testApp.h
+++ b/vfg/src/testApp.h
@@ -44,6 +44,8 @@ class game {
vector<song*> songs;
};
+
+
class testApp : public ofBaseApp{
public:
@@ -62,7 +64,7 @@ class testApp : public ofBaseApp{
void dragEvent(ofDragInfo dragInfo);
void gotMessage(ofMessage msg);
- song* testsong;
+ song *testsong;
};