misc/libopenalbridge/tester.c
author Xeli
Sun, 21 Aug 2011 19:40:01 +0200
branchhedgeroid
changeset 5627 ce2d92589cbc
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Added a visual imageview to show how many teams have been selected, plus feedback when creating a new team:

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

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

    openal_init();

    openal_close();

    return 0;
}