misc/libopenalbridge/tester.c
author nemo
Sun, 23 Jun 2013 13:35:26 -0400
changeset 9247 68bbe56badcc
parent 3697 d5b30d6373fc
permissions -rw-r--r--
poor AI thought he should avoid stepping on frozen crates, and jump for non-frozen ones

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

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

    openal_init();

    openal_close();

    return 0;
}