misc/libopenalbridge/tester.c
author koda
Sun, 12 Feb 2012 18:50:22 +0100
changeset 6679 d8b98aa486a6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
tweaks to the value tracking slider (doesn't draw outside the superview bounds) and assign proper copyright notice to it

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

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

    openal_init();

    openal_close();

    return 0;
}