misc/libopenalbridge/tester.c
author unc0rr
Mon, 15 Apr 2013 00:04:13 +0400
changeset 8910 a60f7ebab219
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fix hedgehogs number desync. Now all desyncs except the one from issue #521 should be fixed. Please, test.

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

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

    openal_init();

    openal_close();

    return 0;
}