misc/libopenalbridge/tester.c
author sheepluva
Sat, 13 Apr 2013 19:11:52 +0200
branch0.9.19
changeset 8875 e2b083e3f77b
parent 3697 d5b30d6373fc
permissions -rw-r--r--
remove low grav from fort mode since players might not appreciate it if they just want to play a quick regular forts match against a challenger. fix typo

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

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

    openal_init();

    openal_close();

    return 0;
}