diff -r f7d15d9d643c -r a55dbef5cf31 QTfrontend/SDLs.h --- 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 -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(); };