misc/libopenalbridge/tester.c
author unc0rr
Mon, 12 Mar 2012 23:46:28 +0400
changeset 6777 fb71556205f4
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Avoid local rate minimums around hog (within 15 pixels). Not tested.

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

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

    openal_init();

    openal_close();

    return 0;
}