misc/libopenalbridge/tester.c
author unc0rr
Mon, 11 Oct 2010 21:41:24 +0400
changeset 3962 e9ee2bd51e08
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Add debug message about # cmd

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

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

    openal_init();

    openal_close();

    return 0;
}