misc/libopenalbridge/tester.c
author smaxx
Fri, 10 Sep 2010 16:42:11 +0200
changeset 3847 771562124b16
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Engine: * Tiny adjustment to improve AI's Watermelon Bomb accuracy Graphics: * New flame graphics * Fixed mirrored earth in the mirrored fort graphic

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

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

    openal_init();

    openal_close();

    return 0;
}