misc/libopenalbridge/tester.c
author nemo
Sun, 14 Aug 2011 17:42:26 -0400
changeset 5563 fc73b6e941f7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Use same visual gear for health tags and hearts.

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

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

    openal_init();

    openal_close();

    return 0;
}