misc/libopenalbridge/tester.c
author Xeli
Mon, 16 Jan 2012 14:25:26 +0100
changeset 6587 3a0b9257c4f9
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Android: quick fix from a bug report from the market in the download manager

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

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

    openal_init();

    openal_close();

    return 0;
}