]> git.jsancho.org Git - lugaru.git/blobdiff - Source/OpenGL_Windows.cpp
Try to use ALSA first, then OSS, plus command lines to change behaviour.
[lugaru.git] / Source / OpenGL_Windows.cpp
index 1fa7ec4d39c734ee1ac358d822c8c8ce068e526a..18bb2b90382220146263b122d895ae84139f202b 100644 (file)
@@ -227,7 +227,7 @@ Game * pgame = 0;
 static int _argc = 0;
 static char **_argv = NULL;
 
-static bool cmdline(const char *cmd)
+bool cmdline(const char *cmd)
 {
     for (int i = 1; i < _argc; i++)
     {