misc/libopenalbridge/tester.c
author Tobias Neumann <mail@tobias-neumann.eu>
Sat, 23 Oct 2010 17:26:22 +0200
changeset 3993 a53a9f748bb8
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Added tag list for changeset 82e4a5ef18f7

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

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

    openal_init();

    openal_close();

    return 0;
}