misc/libopenalbridge/tester.c
author nemo
Tue, 20 Mar 2012 01:30:54 -0400
changeset 6803 0e70f3ea3bf8
parent 3697 d5b30d6373fc
permissions -rw-r--r--
bit of an experiment in variable splash sizes based on object/speed. not sure if it looks good yet. need to drown more stuff.

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

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

    openal_init();

    openal_close();

    return 0;
}