misc/libopenalbridge/tester.c
author nemo
Wed, 07 Sep 2011 20:12:20 -0400
changeset 5800 3a04c30e5ac7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.

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

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

    openal_init();

    openal_close();

    return 0;
}