misc/libopenalbridge/tester.c
author unc0rr
Sun, 04 Sep 2011 14:44:13 +0400
changeset 5756 b451fd21ff4c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Extract downloaded content into temp dir

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

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

    openal_init();

    openal_close();

    return 0;
}