misc/libopenalbridge/tester.c
author unc0rr
Mon, 22 Nov 2010 21:49:57 +0300
changeset 4414 cb90b7f82cd5
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Move doPut into uIO (not a very bad place really)

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

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

    openal_init();

    openal_close();

    return 0;
}