misc/libopenalbridge/tester.c
author nemo
Sat, 09 Feb 2013 20:28:05 -0500
changeset 8492 67d2ad3b3ce9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Allow moving after firing cleaver. This changes multishoot behaviour quite a bit. Needs a lot of testing.

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

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

    openal_init();

    openal_close();

    return 0;
}