misc/libopenalbridge/tester.c
author koda
Mon, 24 Dec 2012 03:00:18 +0100
changeset 8322 50369fa5053b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
adjust rpath on osx too for libengine

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

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

    openal_init();

    openal_close();

    return 0;
}