misc/libopenalbridge/tester.c
author koda
Wed, 08 Dec 2010 14:47:52 +0100
changeset 4476 4bf74e158f44
parent 3697 d5b30d6373fc
permissions -rw-r--r--
team selection completely refactored, now has animation and more performance use a semi transparent black background color (on powerful devices) other smaller improvements and bugfixes

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

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

    openal_init();

    openal_close();

    return 0;
}