misc/libopenalbridge/tester.c
author nemo
Sun, 03 Mar 2013 14:58:58 -0500
changeset 8631 796ed875aa95
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Call act as if attack ended on last shot if switching while in mid multi-shoot. Thanks to AI for discovering this.

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

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

    openal_init();

    openal_close();

    return 0;
}