misc/libopenalbridge/tester.c
author Henek
Thu, 11 Aug 2011 00:18:10 +0200
changeset 5543 5e597b725316
parent 3697 d5b30d6373fc
permissions -rw-r--r--
disable campaign button, structure and change sudden death music to hell.ogg

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

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

    openal_init();

    openal_close();

    return 0;
}