misc/libopenalbridge/tester.c
author koda
Sat, 16 Oct 2010 18:53:56 +0200
changeset 3979 a590321a2fbd
parent 3697 d5b30d6373fc
permissions -rw-r--r--
goodbye Barrelhouse and Island forts, we've had a good time together but now we must move on

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

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

    openal_init();

    openal_close();

    return 0;
}