misc/libopenalbridge/tester.c
author nemo
Mon, 06 Dec 2010 21:15:41 -0500
changeset 4475 54e78c40970b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
rendering optimisations. remove the recursive flames in explosions (might need more due to the gravity change in the new flames) but more usefully, eliminate a number of redundant Tint calls

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

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

    openal_init();

    openal_close();

    return 0;
}