diff options
| author | Comment <tim@gray.(none)> | 2012-11-29 14:18:13 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-11-29 14:18:13 +0000 |
| commit | 8ccec15ca16cc78c625d02a56e73ff3b84858197 (patch) | |
| tree | 315c7e8060414eda53d1f0cfad77948b19ba8500 /vfg/src/testApp.cpp | |
| parent | a0ab2cd35d91ba0080f9fb870d82aa90a51a0d6c (diff) | |
4 working songs
Diffstat (limited to 'vfg/src/testApp.cpp')
| -rwxr-xr-x | vfg/src/testApp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vfg/src/testApp.cpp b/vfg/src/testApp.cpp index d20bb23..d1cb41c 100755 --- a/vfg/src/testApp.cpp +++ b/vfg/src/testApp.cpp @@ -3,6 +3,8 @@ //-------------------------------------------------------------- void testApp::setup(){ + songs.push_back(new song("WeWishYouAMerryChistmas_v.2.1/VODA_MUS_WEWISHU_Backing_v.2.1.mp3","WeWishYouAMerryChistmas_v.2.1/VODA_MUS_WEWISHU_Lead_v.2.1.mp3","VODA_MUS_WEWISHU_Midi_v.2.1.xml","Lyrics_WeWishYou.2.1.xml","Levels_WeWishYou.2.1.xml")); + songs.push_back(new song("DingDong.v.2.2/VODA_MUS_DingDong_Backing_v.2.2.mp3","DingDong.v.2.2/VODA_MUS_DingDong_Melody_v.2.2.mp3","VODA_MIDI_DingDong_v.2.2.xml","Lyrics_DingDong.2.2.xml","Levels_DingDong.2.2.xml")); songs.push_back(new song("JingleBells_v.4.0/VODA_MUS_JingleBells_Backing_v.4.0.mp3","JingleBells_v.4.0/VODA_MUS_JingleBells_Melody_v.4.0.mp3","VODA_MUS_JingleBells_MIDI_v.4.0.xml","Lyrics_JingleBells.4.0.xml","Levels_JingleBells.4.0.xml")); songs.push_back(new song("DeckTheHalls_v.4.0/VODA_MUS_DeckTheHalls-Backing_v.4.0.mp3","DeckTheHalls_v.4.0/VODA_MUS_DeckTheHalls-Lead_v.4.0.mp3","VODA_MIDI_DeckTheHalls-v.4.0.xml","Lyrics_DeckTheHalls.4.0.xml","Levels_DeckTheHalls.4.0.xml")); |
