misc/libopenalbridge/tester.c
author nemo
Fri, 12 Apr 2013 12:44:14 -0400
changeset 8906 82756a90a343
parent 3697 d5b30d6373fc
permissions -rw-r--r--
I see no reason why a visual effect needs Distance. IMO square should look just fine. Untested. Oh. Also reduced flake count at Randi's request.

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

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

    openal_init();

    openal_close();

    return 0;
}