misc/libopenalbridge/tester.c
author nemo
Tue, 13 Sep 2011 10:30:39 -0400
changeset 5888 523f45d02ccb
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used

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

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

    openal_init();

    openal_close();

    return 0;
}