misc/libopenalbridge/tester.c
author unc0rr
Thu, 09 Aug 2012 15:32:49 +0400
changeset 7526 ff3a05e29ddd
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Don't accept room messages when not in room state. Not tested even if it builds.

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

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

    openal_init();

    openal_close();

    return 0;
}