misc/libopenalbridge/tester.c
author koda
Sun, 10 Mar 2013 15:44:03 +0100
changeset 8716 e09633d10f16
parent 3697 d5b30d6373fc
permissions -rw-r--r--
hit hwplay://server:port and automatically join an unofficial server (on osx right now)

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

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

    openal_init();

    openal_close();

    return 0;
}