misc/libopenalbridge/tester.c
author nemo
Mon, 28 May 2012 14:20:51 -0400
changeset 7144 6e3974128631
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Remove a couple more timers, should mean alpha matches old pulse time now

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

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

    openal_init();

    openal_close();

    return 0;
}