misc/libopenalbridge/tester.c
author nemo
Wed, 27 Jun 2012 13:47:42 -0400
changeset 7313 162bc562335b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Use toUtf8 instead TODO - find out 'sactly what the website is using for hashes.

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

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

    openal_init();

    openal_close();

    return 0;
}