misc/libopenalbridge/tester.c
author smaxx
Tue, 14 Sep 2010 17:42:51 +0200
changeset 3864 cbd37f91d9a2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Frontend: * Avoid losing current selection if the rooms list is updated (annoyed me for so long ...)

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

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

    openal_init();

    openal_close();

    return 0;
}