misc/libopenalbridge/tester.c
author nemo
Fri, 07 Jun 2013 22:12:15 -0400
changeset 9157 2f8b60b89121
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.

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

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

    openal_init();

    openal_close();

    return 0;
}