misc/libopenalbridge/tester.c
author nemo
Sun, 26 Feb 2012 12:32:48 -0500
changeset 6742 0acfa8202a29
parent 3697 d5b30d6373fc
permissions -rw-r--r--
pass indexes for the clan/team/hedgehog

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

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

    openal_init();

    openal_close();

    return 0;
}