misc/libopenalbridge/tester.c
author unc0rr
Sun, 16 Sep 2012 22:55:33 +0400
changeset 7688 9daa06188551
parent 3697 d5b30d6373fc
permissions -rw-r--r--
New hwSqrt which is up to 8.7% more efficient than old one on synthetic tests

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

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

    openal_init();

    openal_close();

    return 0;
}