misc/libopenalbridge/tester.c
author unc0rr
Mon, 16 May 2011 22:03:14 +0400
changeset 5211 8ebf92014447
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Don't send stats after spawning new server

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

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

    openal_init();

    openal_close();

    return 0;
}