misc/libopenalbridge/tester.c
author koda
Sun, 12 Feb 2012 11:05:26 +0100
changeset 6672 4f728ccdd06b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fixed a little event propagation problem, added rotation support to the scheme setting page

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

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

    openal_init();

    openal_close();

    return 0;
}