misc/libopenalbridge/tester.c
author nemo
Fri, 24 Dec 2010 11:54:34 -0500
changeset 4665 fa7ad5f3725f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Make basic training solvable again. Freeze RNG at current version for less of this kind of issue in future, and a bit more savable of seeds. Disable offsets in preparation for release.

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

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

    openal_init();

    openal_close();

    return 0;
}