misc/libopenalbridge/tester.c
author unc0rr
Mon, 28 Nov 2011 17:57:25 +0400
changeset 6464 b78143e6f34e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
More verbose progress log, dump the result

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

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

    openal_init();

    openal_close();

    return 0;
}