misc/libopenalbridge/tester.c
author nemo
Mon, 27 Dec 2010 12:43:29 -0500
changeset 4720 a9f9c96db60c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Allow people to see my clever seed names if I set to something other than random seed hash.

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

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

    openal_init();

    openal_close();

    return 0;
}