misc/libopenalbridge/tester.c
author koda
Thu, 10 May 2012 23:21:56 +0200
changeset 7048 0a4c88935902
parent 3697 d5b30d6373fc
permissions -rw-r--r--
the ios port runs again, although with a few things to sort out

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

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

    openal_init();

    openal_close();

    return 0;
}