misc/libopenalbridge/tester.c
author koda
Mon, 25 Jul 2011 01:52:04 +0200
changeset 5455 df05cdb998ed
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects

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

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

    openal_init();

    openal_close();

    return 0;
}