misc/libopenalbridge/tester.c
author nemo
Mon, 09 Jan 2012 00:50:39 -0500
changeset 6553 91365db8b82c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Slow down flakes/clouds that are farther away. Also unbreak NTPX w/ SDL 1.2

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

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

    openal_init();

    openal_close();

    return 0;
}