QTfrontend/SDLs.cpp
changeset 1684 b3f4ec08f0a4
parent 1527 4a610e970b66
child 1690 502a25e54203
equal deleted inserted replaced
1683:af34da5726aa 1684:b3f4ec08f0a4
    67 
    67 
    68 void SDLInteraction::StopMusic()
    68 void SDLInteraction::StopMusic()
    69 {
    69 {
    70 	Mix_FadeOutMusic(2000);
    70 	Mix_FadeOutMusic(2000);
    71 }
    71 }
       
    72 
       
    73 void SDLInteraction::PlaySound(const QString & filename)
       
    74 {
       
    75 
       
    76 }