misc/libopenalbridge/tester.c
author nemo
Sat, 01 Sep 2012 12:09:59 -0400
changeset 7643 97b98bcfd056
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Differentiate videos from demos - navigating between them was too confusing. BTW, why is this on the front page, instead of next to the demos button?

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

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

    openal_init();

    openal_close();

    return 0;
}