misc/libopenalbridge/tester.c
author koda
Sat, 29 Jun 2013 02:42:15 +0200
changeset 9301 c5d1c8259ef4
parent 3697 d5b30d6373fc
permissions -rw-r--r--
break uDebug and uCommand depedency loop by putting stuff in uIO

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

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

    openal_init();

    openal_close();

    return 0;
}