misc/libopenalbridge/tester.c
author Xeli
Tue, 24 Jan 2012 03:26:22 +0100
changeset 6594 d4b85e6e10c1
parent 3697 d5b30d6373fc
permissions -rw-r--r--
not needed when using the updated android ndk.. -_-

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

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

    openal_init();

    openal_close();

    return 0;
}