misc/libopenalbridge/tester.c
author nemo
Sun, 20 Jan 2013 18:54:18 -0500
changeset 8413 454191defee6
parent 3697 d5b30d6373fc
permissions -rw-r--r--
restore former cluster behaviour (makes the most diff for the bomb)

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

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

    openal_init();

    openal_close();

    return 0;
}