misc/libopenalbridge/tester.c
author koda
Sun, 31 Jul 2011 17:09:04 +0200
changeset 5484 1adde4aaedea
parent 3697 d5b30d6373fc
permissions -rw-r--r--
i forgot to update schemes after adding tag mode; also updated/fixed a couple of them

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

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

    openal_init();

    openal_close();

    return 0;
}