misc/libopenalbridge/tester.c
author nemo
Fri, 20 Jul 2012 19:56:58 -0400
changeset 7410 dc869f3187ca
parent 3697 d5b30d6373fc
permissions -rw-r--r--
:( I have no idea why this did not work

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

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

    openal_init();

    openal_close();

    return 0;
}