misc/libopenalbridge/tester.c
author koda
Sun, 06 Feb 2011 13:19:00 +0100 (2011-02-06)
changeset 4930 5d59bb58c365
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix issue #185 :| also fix compilation & universal binary stuff for hwlib under macosx
#include <stdio.h>
#include "openalbridge.h"

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

    openal_init();

    openal_close();

    return 0;
}