misc/libopenalbridge/tester.c
author unc0rr
Sat, 29 Jun 2013 23:58:37 +0400
changeset 9304 3f4c3fc146c2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fix spectator desync in rare conditions (there was team which left during its turn, and last command with timestamp from it was '+')

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

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

    openal_init();

    openal_close();

    return 0;
}