misc/libopenalbridge/tester.c
author dag10 <gottlieb.drew@gmail.com>
Sat, 19 Jan 2013 14:11:06 -0500
changeset 8404 f06227b2ea14
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Moved library version info out of about.html and into a QLabel beneath Hedgehog.png on about page.

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

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

    openal_init();

    openal_close();

    return 0;
}