misc/libopenalbridge/tester.c
author koda
Wed, 20 Feb 2013 01:55:23 +0100
changeset 8518 24d2bdc6deff
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix compiling on osx when you have multiple linkers installed

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

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

    openal_init();

    openal_close();

    return 0;
}