misc/libopenalbridge/tester.c
author koda
Wed, 23 Jan 2013 04:42:18 +0100
changeset 8426 4b66e60c9967
parent 3697 d5b30d6373fc
permissions -rw-r--r--
update sound preferences in ios settings ('sound' means 'sound effects' instead of 'sound enabled')

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

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

    openal_init();

    openal_close();

    return 0;
}