misc/libopenalbridge/tester.c
author koda
Thu, 25 Nov 2010 02:45:52 +0100
changeset 4356 d1d26f8963a3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
update some files for new graphics and new ios4.2 most importantly rotation finally seems to work on iphone also fix two glitches for old gen devices

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

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

    openal_init();

    openal_close();

    return 0;
}