misc/libopenalbridge/tester.c
author Xeli
Mon, 28 Nov 2011 16:21:35 +0100
changeset 6458 eadb2db1ae83
parent 3697 d5b30d6373fc
permissions -rw-r--r--
android: use linkedlist instead of the deque interface, Deque<> isn't supported until gingerbread

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

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

    openal_init();

    openal_close();

    return 0;
}