diff options
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; }; |
