misc/libopenalbridge/tester.c
author nemo
Tue, 15 Nov 2011 00:43:19 -0500
changeset 6385 e6d30db1e3b0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Fix for issue #291 - this check should probably be in ApplyDamage though

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

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

    openal_init();

    openal_close();

    return 0;
}