misc/libopenalbridge/tester.c
author unc0rr
Sun, 17 Jun 2012 00:08:20 +0400
changeset 7252 74a92f39703b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Catch all types of exceptions in recv thread. Should probably help with ghosts problem, though I have no idea which else kind of exception could arise there.

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

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

    openal_init();

    openal_close();

    return 0;
}