misc/libopenalbridge/tester.c
author nemo
Wed, 27 Jun 2012 07:58:16 -0400
changeset 7308 40aa797c4ef0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Another try at the trace with more aggressive optimisation. Also tweaked the radial gradiant a bit to match the original more

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

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

    openal_init();

    openal_close();

    return 0;
}