diff -r 1b8dde74880c -r ddde0ac1472b QTfrontend/SDLs.h --- a/QTfrontend/SDLs.h Sun Sep 27 20:25:49 2009 +0000 +++ b/QTfrontend/SDLs.h Sun Sep 27 22:25:27 2009 +0000 @@ -44,10 +44,10 @@ int music; public: - SDLInteraction(); + SDLInteraction(bool); ~SDLInteraction(); QStringList getResolutions() const; - void StartMusic(bool); + void StartMusic(); void StopMusic(); };