misc/libopenalbridge/tester.c
author unc0rr
Fri, 11 May 2012 00:28:06 +0400
changeset 7043 7c080e5ac8d0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Some work to make more units compile after conversion to c

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

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

    openal_init();

    openal_close();

    return 0;
}