misc/libopenalbridge/tester.c
author koda
Sat, 24 Nov 2012 18:31:49 +0100
changeset 8124 499151efdd72
parent 3697 d5b30d6373fc
permissions -rw-r--r--
link physfs on ios, add its library and (most importantly) implement automatic dependencies resolution

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

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

    openal_init();

    openal_close();

    return 0;
}