52 const char* mArtist; |
52 const char* mArtist; |
53 const char* mTitle; |
53 const char* mTitle; |
54 }; |
54 }; |
55 |
55 |
56 const Song KRecognizedSongs[] = { |
56 const Song KRecognizedSongs[] = { |
57 { "Metallica", "One" }, |
57 { "Red Hot Chili Peppers", "Under The Bridge" }, |
58 { "Madonna", "Like a Virgin" }, |
58 { "Queens Of The Stone Age", "No One Knows" }, |
59 { "Rammstein", "Der Meister" }, |
59 { "The Presidents of the United States of America", "Dune Buggy" }, |
60 { "System of a Down", "Aerials" }, |
60 { "System of a Down", "Aerials" }, |
61 { "Buckethead", "Jordan" }, |
61 { "The White Stripes", "Seven Nation Army" }, |
62 { "Faith No More", "Epic" } |
62 { "Alice In Chains", "When The Sun Rose Again" }, |
|
63 { "Bullet For My Valentine", "Tears Don't Fall" } |
63 }; |
64 }; |
64 const int KSongsCount = sizeof( KRecognizedSongs ) / sizeof( KRecognizedSongs[0] ); |
65 const int KSongsCount = sizeof( KRecognizedSongs ) / sizeof( KRecognizedSongs[0] ); |
65 |
66 |
66 /*! |
67 /*! |
67 * |
68 * |