misc/libopenalbridge/tester.c
author nemo
Tue, 06 Sep 2011 17:10:03 -0400
changeset 5796 663eea4da344
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Another mass hat rename, because people were just about finished fixing their teams.

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

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

    openal_init();

    openal_close();

    return 0;
}