misc/libopenalbridge/tester.c
author sheepluva
Wed, 02 May 2012 11:28:38 +0200
changeset 6989 4c35e9cf6057
parent 3697 d5b30d6373fc
permissions -rw-r--r--
make column sorting three-state: asc -> dsc -> off/default (= by room state)

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

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

    openal_init();

    openal_close();

    return 0;
}