misc/libopenalbridge/tester.c
author nemo
Wed, 31 Aug 2011 08:45:22 -0400
changeset 5715 59a8dd33f274
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Restore gear ASAP, add denied sound for illegal activation without wasting ammo.

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

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

    openal_init();

    openal_close();

    return 0;
}