misc/libopenalbridge/tester.c
author nemo
Sat, 04 Aug 2012 21:08:46 -0400
changeset 7480 536f5f3260f1
parent 3697 d5b30d6373fc
permissions -rw-r--r--
An experimental template to abuse this ability. A quick doubling of the "Islands" crazy template

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

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

    openal_init();

    openal_close();

    return 0;
}