Create hedgewars.ini if not exists manually,
as QSettings uses QTemporaryFile for that, and
QTemporaryFile doesn't respect custom file
engines.
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}