misc/libopenalbridge/tester.c
author nemo
Sat, 25 Aug 2012 20:15:19 -0400
changeset 7604 c143c942b5fe
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Hack to try and appease the shoppa players

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

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

    openal_init();

    openal_close();

    return 0;
}