misc/libopenalbridge/tester.c
author sheepluva
Thu, 22 Sep 2011 23:20:11 +0200
changeset 5993 412ada3d2041
parent 3697 d5b30d6373fc
permissions -rw-r--r--
randomly selected static/mission maps weren't properly reported to others in room (only new seed was)

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

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

    openal_init();

    openal_close();

    return 0;
}