misc/libopenalbridge/tester.c
author koda
Wed, 24 Oct 2012 14:55:31 +0100
changeset 7813 7ac83d79b897
parent 3697 d5b30d6373fc
permissions -rw-r--r--
support video recording on windows with automation and headers

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

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

    openal_init();

    openal_close();

    return 0;
}