misc/libopenalbridge/tester.c
author nemo
Sat, 30 Oct 2010 22:53:23 -0400
changeset 4043 4bf039d637df
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Oops. Restore the check as well

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

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

    openal_init();

    openal_close();

    return 0;
}