diff -r 241e3bb6a146 -r 6800f8aa0184 QTfrontend/SDLs.h --- a/QTfrontend/SDLs.h Mon Oct 12 13:56:07 2009 +0000 +++ b/QTfrontend/SDLs.h Mon Oct 12 16:44:30 2009 +0000 @@ -44,9 +44,11 @@ int music; public: - SDLInteraction(bool); + SDLInteraction(); ~SDLInteraction(); + void setHardwareSound(bool hardware_snd); QStringList getResolutions() const; + void addGameControllerKeys() const; void StartMusic(); void StopMusic(); };