misc/libopenalbridge/tester.c
author sheepluva
Sat, 17 Sep 2011 19:43:45 +0200
branch0.9.16
changeset 5953 57af6f3abf4a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fix style of lobby chatroom user context menu

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

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

    openal_init();

    openal_close();

    return 0;
}