misc/libopenalbridge/tester.c
author unc0rr
Fri, 02 Nov 2012 00:09:40 +0400
changeset 7921 6b074de32bea
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Send ROOM UPD message when team is added/deleted from room, and when game starts or finishes

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

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

    openal_init();

    openal_close();

    return 0;
}