misc/libopenalbridge/tester.c
author dag10
Sat, 09 Feb 2013 15:26:10 -0500
changeset 8475 f605bc59c603
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Initial theme selection is now random. Theme prompt now has a search input and no longer uses FlowLayout. (Resolves issue #520)

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

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

    openal_init();

    openal_close();

    return 0;
}