misc/libopenalbridge/tester.c
author koda
Tue, 07 Feb 2012 02:10:15 +0100
changeset 6646 436289cfebf5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
merge

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

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

    openal_init();

    openal_close();

    return 0;
}