misc/libopenalbridge/tester.c
author koda
Sat, 13 Aug 2011 21:06:51 +0200
changeset 5557 5a971d01a545
parent 3697 d5b30d6373fc
permissions -rw-r--r--
small fix for the ios project file

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

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

    openal_init();

    openal_close();

    return 0;
}