misc/libopenalbridge/tester.c
author unc0rr
Thu, 12 Jul 2012 23:31:06 +0400
changeset 7382 b158940f83e2
parent 3697 d5b30d6373fc
permissions -rw-r--r--
When removing a record, set selection on the next item in the list

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

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

    openal_init();

    openal_close();

    return 0;
}