misc/libopenalbridge/tester.c
author sheepluva
Wed, 20 Jul 2011 00:09:13 +0200
changeset 5423 48b7823ec7e4
parent 3697 d5b30d6373fc
permissions -rw-r--r--
escape ampersand ('&') in team select buttons.

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

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

    openal_init();

    openal_close();

    return 0;
}