misc/libopenalbridge/tester.c
author koda
Sun, 02 Dec 2012 17:01:51 +0100
changeset 8186 4ff8690df1b0
parent 3697 d5b30d6373fc
permissions -rw-r--r--
unify default videorec values loading/reloading, fix setting index/value from previous commit

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

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

    openal_init();

    openal_close();

    return 0;
}