misc/libopenalbridge/tester.c
author unc0rr
Thu, 10 May 2012 11:12:06 +0400
changeset 7036 d99934a827f0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Implement built-in functions Low() and High()

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

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

    openal_init();

    openal_close();

    return 0;
}