misc/libopenalbridge/tester.c
author nemo
Sun, 05 Feb 2012 17:35:52 -0500
changeset 6629 3028b9293b54
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ok. really fix by toggling back to ready. At least, I think this should do it...

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

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

    openal_init();

    openal_close();

    return 0;
}