misc/libopenalbridge/tester.c
author nemo
Sat, 10 Sep 2011 21:23:12 -0400
changeset 5844 fdf22a4843f7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)

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

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

    openal_init();

    openal_close();

    return 0;
}