misc/libopenalbridge/tester.c
author nemo
Sun, 26 Jun 2011 15:23:45 -0400
changeset 5319 51d8e4747876
parent 3697 d5b30d6373fc
permissions -rw-r--r--
bounce. tweak of values, remove friction modifier, move to weapon, to match timer behaviour

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

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

    openal_init();

    openal_close();

    return 0;
}