misc/libopenalbridge/tester.c
author nemo
Tue, 14 Sep 2010 12:17:39 -0400
changeset 3866 561275a3f33b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Revert accidental commit of inu's stretching of this column

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

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

    openal_init();

    openal_close();

    return 0;
}