misc/libopenalbridge/tester.c
author sheepluva
Wed, 20 Mar 2013 23:18:46 +0100
changeset 8759 1a4b9b9fe2b0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
add lobby chat features to room chat TODO: fix player info

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

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

    openal_init();

    openal_close();

    return 0;
}