misc/libopenalbridge/tester.c
author nemo
Fri, 17 Aug 2012 07:49:54 -0400
changeset 7546 b50556f2a0e8
parent 3697 d5b30d6373fc
permissions -rw-r--r--
This union hasn't been needed for 5 years, and makes using other headers harder.

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

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

    openal_init();

    openal_close();

    return 0;
}