misc/libopenalbridge/tester.c
author nemo
Fri, 05 Nov 2010 11:51:34 -0400
changeset 4120 0aba28eb8e34
parent 3697 d5b30d6373fc
permissions -rw-r--r--
more button updates, wait for hogs in infinite attack mode stop moving before clearing their damage (just used an arbitrary small interval)

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

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

    openal_init();

    openal_close();

    return 0;
}