misc/libopenalbridge/tester.c
author nemo
Sat, 07 Jul 2012 15:28:47 -0400
changeset 7348 2a69f2ed9273
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Limit firepunch/whip drowning checks to max AI, bat to top 2 levels.

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

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

    openal_init();

    openal_close();

    return 0;
}