QTfrontend/SDLs.cpp
changeset 1701 ad7a7fd14d36
parent 1690 502a25e54203
child 2026 21c986c528ba
equal deleted inserted replaced
1700:6b16b0b66f55 1701:ad7a7fd14d36
    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 }