misc/libopenalbridge/tester.c
author sheepluva
Mon, 11 Apr 2011 01:30:43 +0200
changeset 5139 090a8b8d1083
parent 3697 d5b30d6373fc
permissions -rw-r--r--
grenade back to old damage, but from now on explosions assume they are not closer to a gear's center than the gear's radius

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

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

    openal_init();

    openal_close();

    return 0;
}