misc/libopenalbridge/tester.c
author unc0rr
Wed, 10 Apr 2013 22:48:14 +0400
changeset 8897 d6c310c65c91
parent 3697 d5b30d6373fc
permissions -rw-r--r--
- Revert server workaround over desync from r98e2dbdda8c0 - Don't allow more than 48 hedgehogs

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

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

    openal_init();

    openal_close();

    return 0;
}