misc/libopenalbridge/tester.c
author nemo
Tue, 24 Jan 2012 11:54:53 -0500
changeset 6596 4c06ea12de1c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Tweak voices a bit (always play hurry at correct time, skip "come on then" if other voice is playing)

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

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

    openal_init();

    openal_close();

    return 0;
}