misc/libopenalbridge/tester.c
author nemo
Mon, 09 Jan 2012 01:13:55 -0500
changeset 6554 a262ef09c7e6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ok. pretty sure that has to be consistent in both. go with the smaller one...

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

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

    openal_init();

    openal_close();

    return 0;
}