misc/libopenalbridge/tester.c
author koda
Tue, 19 Oct 2010 21:55:49 +0200
changeset 3982 86c3a6e8e265
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ios version bump and other minor things

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

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

    openal_init();

    openal_close();

    return 0;
}