misc/libopenalbridge/tester.c
author nemo
Tue, 07 Dec 2010 23:47:11 -0500
changeset 4484 b7a098f2649a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
these should probably be expressly integer

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

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

    openal_init();

    openal_close();

    return 0;
}