misc/libopenalbridge/tester.c
author nemo
Mon, 11 Oct 2010 12:37:42 -0400
changeset 3961 cf0ca1ff6c1a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Constrain to <= to avoid a bug on bottom edge reported by Henek

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

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

    openal_init();

    openal_close();

    return 0;
}