misc/libopenalbridge/tester.c
author Xeli
Mon, 20 Feb 2012 21:55:59 +0100
changeset 6727 b3160a49f02e
parent 3697 d5b30d6373fc
permissions -rw-r--r--
incremental loading of all the images in teamcreation on android, this should really be rewritten though..

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

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

    openal_init();

    openal_close();

    return 0;
}