misc/libopenalbridge/tester.c
author unc0rr
Fri, 01 Jun 2012 12:42:44 +0400
changeset 7164 fad64b97947e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Some brainfucking code which greatly reduces number of TestCollision* calls in hedgehog walk routine. Especially helpful to AI optimization. Also fixes some edge cases.

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

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

    openal_init();

    openal_close();

    return 0;
}