misc/libopenalbridge/tester.c
author unc0rr
Tue, 12 Jul 2011 21:12:07 +0400
changeset 5413 6786f672d30b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Somehow this line got lost somewhere

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

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

    openal_init();

    openal_close();

    return 0;
}