misc/libopenalbridge/tester.c
author nemo
Tue, 29 Jun 2010 10:18:51 -0400
changeset 3586 64ab042084a2
parent 3529 0e968ba12a84
child 3697 d5b30d6373fc
permissions -rw-r--r--
Default ammo set was horribly unbalanced - you want to test portal, play "crazy" :)

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

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