misc/libopenalbridge/tester.c
author unc0rr
Sat, 27 Oct 2012 00:53:23 +0400
changeset 7834 3a65b70b1285
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Oops, fix room players list emptyness

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

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

    openal_init();

    openal_close();

    return 0;
}