misc/libopenalbridge/tester.c
author nemo
Fri, 19 Jul 2013 22:55:07 -0400
changeset 9362 c9fdf8a3baf0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
crude ice check that probably works well enough in most cases (so far there's just one ucollisions that returns a land pixel - might want to extend that)

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

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

    openal_init();

    openal_close();

    return 0;
}