misc/libopenalbridge/tester.c
author koda
Mon, 30 May 2011 01:14:25 +0200
changeset 5224 6e8fbbfb0de5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
muuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuusic for the ios frontend finally

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

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

    openal_init();

    openal_close();

    return 0;
}