misc/libopenalbridge/tester.c
author sheepluva
Sun, 11 Sep 2011 18:35:59 +0200
changeset 5859 285b3fd862e7
parent 3697 d5b30d6373fc
permissions -rw-r--r--
added some changes I remembered/saw in the logs to the changelog

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

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

    openal_init();

    openal_close();

    return 0;
}