misc/libopenalbridge/tester.c
author unc0rr
Sun, 28 Oct 2012 23:43:56 +0400
changeset 7862 bd76ca40db68
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Choose first unused color for added team (addresses issue #431) + other small changes

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

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

    openal_init();

    openal_close();

    return 0;
}