misc/libopenalbridge/tester.c
author unc0rr
Tue, 26 Jul 2011 17:28:55 +0400
changeset 5422 0daf3d8e4b70
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Make AI much more wise (fix a bug preventing AI to explore caves)

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

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

    openal_init();

    openal_close();

    return 0;
}