misc/libopenalbridge/tester.c
author sheepluva
Tue, 01 Feb 2011 08:15:01 +0100
changeset 4899 8163c9aaad0c
parent 3697 d5b30d6373fc
permissions -rw-r--r--
automatically convert hedgewars.org urls to actual links (in order to make support in the lobby/rooms easier

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

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

    openal_init();

    openal_close();

    return 0;
}