misc/libopenalbridge/tester.c
author legutus
Mon, 30 Aug 2010 15:24:49 +0200
changeset 3786 0907b0fd5714
parent 3697 d5b30d6373fc
permissions -rw-r--r--
Improves room list with filter for state/rules/weapons and general search

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

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

    openal_init();

    openal_close();

    return 0;
}