misc/libopenalbridge/tester.c
author Henek
Mon, 31 Jan 2011 21:59:59 +0100
changeset 4893 353781305c07
parent 3697 d5b30d6373fc
permissions -rw-r--r--
make Random Weapons and No Jumping use the new custom goal function

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

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

    openal_init();

    openal_close();

    return 0;
}