misc/libopenalbridge/tester.c
author unc0rr
Sat, 20 Oct 2012 18:54:03 +0400
changeset 7769 1661680c6b59
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Don't need this button anymore

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

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

    openal_init();

    openal_close();

    return 0;
}