QTfrontend/SDLs.h
changeset 2392 a55dbef5cf31
parent 2260 31756e21c436
child 2399 ddde0ac1472b
--- a/QTfrontend/SDLs.h	Tue Sep 22 21:00:39 2009 +0000
+++ b/QTfrontend/SDLs.h	Tue Sep 22 21:58:08 2009 +0000
@@ -21,7 +21,7 @@
 
 #include <QStringList>
 
-extern "C" bool openal_init		(unsigned int memorysize);
+extern "C" bool openal_init		(unsigned int usehardware, unsigned int memorysize);
 extern "C" bool openal_close		(void);
 extern "C" bool openal_ready		(void);
 extern "C" int  openal_loadfile		(const char *filename);
@@ -47,7 +47,7 @@
 	SDLInteraction();
 	~SDLInteraction();
 	QStringList getResolutions() const;
-	void StartMusic();
+	void StartMusic(bool);
 	void StopMusic();
 };