misc/libopenalbridge/tester.c
author sheepluva
Mon, 28 Jun 2010 21:52:00 +0200
changeset 3582 4debed8656d7
parent 3529 0e968ba12a84
child 3697 d5b30d6373fc
permissions -rw-r--r--
fix segfault on HH-gear being 0 (e.g. after drowning) in cursor/target selection mode, thanks "ivze" for the heads-up!

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

int main (int argc, int **argv) {
    
    openal_init();
    
    openal_close();
    
    return 0;
}