misc/libopenalbridge/tester.c
author nemo
Thu, 29 Nov 2012 14:47:36 -0500
changeset 8134 38e163cc3bfd
parent 3697 d5b30d6373fc
permissions -rw-r--r--
unbreak linking pending some fix or other by koda. this is the same thing video recording still does.

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

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

    openal_init();

    openal_close();

    return 0;
}