misc/libopenalbridge/tester.c
author Xeli
Tue, 05 Jul 2011 18:22:07 +0200
branchhedgeroid
changeset 5393 2a8bdfc5b036
parent 3697 d5b30d6373fc
permissions -rw-r--r--
removed the extra DataPackage apk, the main app will download it itself

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

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

    openal_init();

    openal_close();

    return 0;
}