misc/libopenalbridge/tester.c
author koda
Sat, 26 Jan 2013 19:28:37 +0100
changeset 8437 93b647d6a00f
parent 3697 d5b30d6373fc
permissions -rw-r--r--
uConsole on a diet

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

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

    openal_init();

    openal_close();

    return 0;
}