equal
deleted
inserted
replaced
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 } |
|