misc/libopenalbridge/tester.c
author nemo
Sat, 16 Jul 2011 13:45:40 -0400
changeset 5417 c56a6be662bf
parent 3697 d5b30d6373fc
permissions -rw-r--r--
try to tweak flamethrower a bit to do more damage with fire changes. An optimal firepit test dealt 68.

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

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

    openal_init();

    openal_close();

    return 0;
}