misc/libopenalbridge/tester.c
author nemo
Thu, 03 Nov 2011 10:36:10 -0400
changeset 6271 9310cfe6bc37
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Bounce can't be set on this anyway, and if we did make it work, it'd probably be OP

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

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

    openal_init();

    openal_close();

    return 0;
}