changeset 2399 | ddde0ac1472b |
parent 2392 | a55dbef5cf31 |
child 2402 | edd12b259e7c |
--- 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(); };