misc/libopenalbridge/tester.c
author koda
Fri, 11 Feb 2011 00:15:11 +0100
changeset 4939 6d512ba87f72
parent 3697 d5b30d6373fc
permissions -rw-r--r--
screenshot binding for library (on ios it just plays the sound)

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

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

    openal_init();

    openal_close();

    return 0;
}