diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-09 18:55:44 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-09 18:55:44 +0000 |
| commit | eda90b505d3a583e0c3788ca1ad924d75b02fe01 (patch) | |
| tree | f533eee587bca2a4f3cddcf70abddc91b39d6cd8 /vfg/src/testApp.h | |
| parent | b5aba6fcbf2847735b0c43e84d0933797c73f581 (diff) | |
levels working, lyrics loading
Diffstat (limited to 'vfg/src/testApp.h')
| -rwxr-xr-x | vfg/src/testApp.h | 4 |
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; }; |
