misc/libopenalbridge/tester.c
author koda
Sat, 18 Jun 2011 03:14:45 +0200
changeset 5252 ded882439548
parent 3697 d5b30d6373fc
permissions -rw-r--r--
file association for mac! associating file is done automatically when you move the app in your system but there is also a button to set it manually i had to disable argument parsing and to subclass qapplication to make this work please test

#include <stdio.h>
#include "openalbridge.h"

int main (int argc, int **argv) {

    openal_init();

    openal_close();

    return 0;
}