misc/libopenalbridge/tester.c
author Colin Rice (clr_)
Wed, 23 Mar 2011 14:15:20 +0100
changeset 5042 f26c5eb040af
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Patch for issue #165: Portal: don't allow embedding Objects in ground (or porting them to impassable/invalid locations)

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

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

    openal_init();

    openal_close();

    return 0;
}