misc/libopenalbridge/tester.c
author unc0rr
Thu, 10 Mar 2011 22:28:40 +0300
changeset 4998 cdcdf37e5532
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Send QUIT on exception too. This leads to double QUIT for a usual disconnection, yet is safe. Should fix crashes.

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

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

    openal_init();

    openal_close();

    return 0;
}