misc/libopenalbridge/tester.c
author nemo
Sun, 11 Mar 2012 12:19:04 -0400
changeset 6766 31ba56a8ec43
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Minor optimisation for AI to cut down on hwSqrt calls

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

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

    openal_init();

    openal_close();

    return 0;
}