misc/libopenalbridge/tester.c
author nemo
Thu, 15 Dec 2011 11:06:36 -0500
changeset 6530 dc6ce7eb556b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Experiment. Applying density to both ammoshove and explosion, w/ distance of a hedgehog knock being standard value (/3 since hedgehog "density" is 3)

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

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

    openal_init();

    openal_close();

    return 0;
}