misc/libopenalbridge/tester.c
author nemo
Wed, 29 Feb 2012 18:30:37 -0500
changeset 6755 788bb2e0db21
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Someone might find this useful. Plan to link to it from the wiki.

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

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

    openal_init();

    openal_close();

    return 0;
}