misc/libopenalbridge/tester.c
author nemo
Thu, 09 Sep 2010 14:16:44 -0400
changeset 3845 90034acb2e43
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Untested fix of r3672 - should avoid hogs dying due to multiple health machine sources, and inappropriate application of karma/vampirism to these.

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

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

    openal_init();

    openal_close();

    return 0;
}