misc/libopenalbridge/tester.c
author sheepluva
Fri, 31 Dec 2010 21:33:13 +0100
changeset 4797 15a443eec371
parent 3697 d5b30d6373fc
permissions -rw-r--r--
revert ed78465973f6 ("detach rope if the Land[] vanishes") for now, some questionable/troublecausing parts there.

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

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

    openal_init();

    openal_close();

    return 0;
}