misc/libopenalbridge/tester.c
author nemo
Sat, 25 Aug 2012 18:22:15 -0400
changeset 7602 a620319d377e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fix throwing things off rope, also make throwing things a bit more generic and gear density dependent (so you can throw mines further, and also throw dynamite a little).

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

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

    openal_init();

    openal_close();

    return 0;
}