misc/libopenalbridge/tester.c
author nemo
Thu, 17 May 2012 20:23:58 -0400
changeset 7091 7989850b4418
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Might help if this was actually its own unique weapon

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

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

    openal_init();

    openal_close();

    return 0;
}