misc/libopenalbridge/tester.c
author nemo
Mon, 25 Feb 2013 20:45:13 -0500
branchicegun
changeset 8580 7fa0f75bce57
parent 3697 d5b30d6373fc
permissions -rw-r--r--
forgot this loop

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

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

    openal_init();

    openal_close();

    return 0;
}