misc/libopenalbridge/tester.c
author nemo
Sat, 17 Sep 2011 13:40:54 -0400
changeset 5954 2aead3f940b0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage

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

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

    openal_init();

    openal_close();

    return 0;
}