misc/libopenalbridge/tester.c
author nemo
Tue, 14 May 2013 08:57:30 -0400
changeset 8992 5b0be812dcdb
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Rename submersible state, increase getaway time for attack underwater, slow down gear dx/dy underwater to simulate water resistance

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

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

    openal_init();

    openal_close();

    return 0;
}