misc/libopenalbridge/tester.c
author koda
Sat, 11 Dec 2010 01:55:16 +0100
changeset 4504 8906b2409d97
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add the appirater class for getting more positive reviews enabled full multitasking for iphone (but only with ios >= 4.2) fixed a glitch that would leave stuff onscreen while ammo menu open

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

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

    openal_init();

    openal_close();

    return 0;
}