misc/libopenalbridge/tester.c
author Ondrej Skopek <skopekondrej@gmail.com>
Wed, 12 Dec 2012 16:17:32 +0100
changeset 8295 6ef114ea2298
parent 3697 d5b30d6373fc
permissions -rw-r--r--
fixed minor problem with saving hash

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

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

    openal_init();

    openal_close();

    return 0;
}