misc/libopenalbridge/tester.c
author sheepluva
Wed, 02 May 2012 10:47:21 +0200
changeset 6987 e34415c77342
parent 3697 d5b30d6373fc
permissions -rw-r--r--
allow custom sorting of roomslist (by clicking on header sections)

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

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

    openal_init();

    openal_close();

    return 0;
}