misc/libopenalbridge/tester.c
author Xeli
Mon, 20 Feb 2012 21:22:21 +0100
changeset 6725 f5eb11306c6a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fixed the schemes on android

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

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

    openal_init();

    openal_close();

    return 0;
}