misc/libopenalbridge/tester.c
author sheepluva
Mon, 31 Oct 2011 13:12:10 +0100
changeset 6248 103bc8fd4f1b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
don't hide target cursor if a hedgehog (other than current) is drowning, thanks to mikade for pointing this out

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

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

    openal_init();

    openal_close();

    return 0;
}