misc/libopenalbridge/tester.c
author koda
Wed, 08 Dec 2010 15:18:08 +0100
changeset 4485 85695e3d2623
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;
}