misc/libopenalbridge/tester.c
author nemo
Sun, 21 Oct 2012 22:42:50 -0400
changeset 7786 23a075cf4837
parent 3697 d5b30d6373fc
permissions -rw-r--r--
*sigh* revert the multishoot thingy. worked fine in my tests w/ smine and cleaver, screwed up deagle. need to find out why, but sleepy. for later

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

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

    openal_init();

    openal_close();

    return 0;
}