misc/libopenalbridge/tester.c
author koda
Sun, 28 Oct 2012 04:31:16 +0100
changeset 7851 d4bda0201cae
parent 3697 d5b30d6373fc
permissions -rw-r--r--
forgot to remove these files when reverting tremor

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

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

    openal_init();

    openal_close();

    return 0;
}