misc/libopenalbridge/tester.c
author nemo
Sun, 10 Oct 2010 22:18:38 -0400
changeset 3956 604f08c54a01
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Skip "hurry" message if turn is 10s or less

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

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

    openal_init();

    openal_close();

    return 0;
}