misc/libopenalbridge/tester.c
author unc0rr
Sun, 15 May 2011 18:10:01 +0400
changeset 5209 f7a610e2ef5f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
On restart command close server socket and spawn new server, keep running until last client quits

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

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

    openal_init();

    openal_close();

    return 0;
}