misc/libopenalbridge/tester.c
author koda
Sun, 26 Dec 2010 19:25:40 +0100
changeset 4699 47d8a524780a
parent 3697 d5b30d6373fc
permissions -rw-r--r--
hide seed...

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

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

    openal_init();

    openal_close();

    return 0;
}