misc/libopenalbridge/tester.c
author unc0rr
Sat, 13 Aug 2011 20:44:42 +0400
changeset 5555 38e3d9347910
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Don't switch to gsConfirm state (which is pretty same as gsGame) when not in gsGame or gsChat state. Prevents crashes and other possible kinds of wierd behaviour.

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

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

    openal_init();

    openal_close();

    return 0;
}