misc/libopenalbridge/tester.c
author unc0rr
Fri, 19 Aug 2011 15:41:04 +0400
changeset 5600 c6da15eddab3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Remove PosInStack function, as bots behave better (they search more positions) without it

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

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

    openal_init();

    openal_close();

    return 0;
}