misc/libopenalbridge/tester.c
author unc0rr
Sat, 01 Sep 2012 21:36:57 +0200
changeset 7644 ed7fecd0f5fd
parent 3697 d5b30d6373fc
permissions -rw-r--r--
hide health bars of dead teams

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

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

    openal_init();

    openal_close();

    return 0;
}