misc/libopenalbridge/tester.c
author unc0rr
Mon, 13 Aug 2012 23:17:09 +0400
changeset 7537 833a0c34fafc
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Room bans. They're more simple, than the global ones: if you ban someone, he is banned by ip in this room for the rest of the room lifetime. Not tested.

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

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

    openal_init();

    openal_close();

    return 0;
}