misc/libopenalbridge/tester.c
author unc0rr
Sat, 29 Sep 2012 19:26:18 +0400
changeset 7719 eeae1cb6b6bf
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Move hedgehog's step routine into separate function, use it in both hedgehog and ai code

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

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

    openal_init();

    openal_close();

    return 0;
}