misc/libopenalbridge/tester.c
author unc0rr
Sat, 03 Sep 2011 21:23:20 +0400
changeset 5746 fbc52bb92cad
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)

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

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

    openal_init();

    openal_close();

    return 0;
}