misc/libopenalbridge/tester.c
author unc0rr
Mon, 31 Jan 2011 21:40:17 +0300
branchserver_refactor
changeset 4622 8bdc879ee6b2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Implement room delegation when admin lefts it

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

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

    openal_init();

    openal_close();

    return 0;
}