misc/libopenalbridge/tester.c
author koda
Sat, 11 Feb 2012 04:24:53 +0100
changeset 6664 7587033bf732
parent 3697 d5b30d6373fc
permissions -rw-r--r--
minor changes to ios project file to better behave with buildbot

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

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

    openal_init();

    openal_close();

    return 0;
}