QTfrontend/SDLs.h
changeset 2418 538a777f90c4
parent 2402 edd12b259e7c
child 2428 6800f8aa0184
--- a/QTfrontend/SDLs.h	Sun Oct 11 16:23:59 2009 +0000
+++ b/QTfrontend/SDLs.h	Sun Oct 11 20:14:55 2009 +0000
@@ -21,7 +21,7 @@
 
 #include <QStringList>
 
-extern "C" bool openal_init		(unsigned int usehardware, unsigned int memorysize);
+extern "C" bool openal_init		(char *programname, bool usehardware, unsigned int memorysize);
 extern "C" bool openal_close		(void);
 extern "C" bool openal_ready		(void);
 extern "C" int  openal_loadfile		(const char *filename);