misc/libopenalbridge/tester.c
author nemo
Sun, 26 Dec 2010 15:37:43 -0500
changeset 4705 593ef1ad3cd3
parent 3697 d5b30d6373fc
permissions -rw-r--r--
ok. restore old [r + 1 + r] for gear width for a moment, and reset snowballs.

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

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

    openal_init();

    openal_close();

    return 0;
}