QTfrontend/SDLs.h
changeset 2428 6800f8aa0184
parent 2418 538a777f90c4
child 2443 fececcbc2189
--- 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();
 };