misc/libopenalbridge/tester.c
author Medo <smaxein@googlemail.com>
Mon, 18 Feb 2013 00:22:16 +0100
changeset 8512 d2bca8e68688
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Update Hedgeroid to current JNA version, remove workaround for a bug they fixed.

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

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

    openal_init();

    openal_close();

    return 0;
}