misc/libopenalbridge/tester.c
author nemo
Sun, 05 Sep 2010 11:26:17 -0400
changeset 3832 f949798219bf
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Delete CI in ResurrectHedgehog prior to FindPlace. Restrict FindPlace to the waterline, a bit more efficient.

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

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

    openal_init();

    openal_close();

    return 0;
}