misc/libopenalbridge/tester.c
author Xeli
Thu, 14 Jul 2011 15:42:01 +0200
branchhedgeroid
changeset 5414 34663c4743f7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Added a utility class needed by the Downloaders

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

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

    openal_init();

    openal_close();

    return 0;
}