misc/libopenalbridge/tester.c
author sheepluva
Tue, 18 Oct 2011 15:34:40 +0200
changeset 6149 0b92341adb6a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
+ don't suggest ignored nicknames * whipe data properly when lobby is left

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

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

    openal_init();

    openal_close();

    return 0;
}